Skip to content

Commit

Permalink
fix: update deprecated default flake outputs (numtide#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee authored Feb 26, 2023
1 parent 7389b00 commit 0c89450
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
};
in
{
defaultPackage = pkgs.cli;
packages.default = pkgs.cli;
legacyPackages = pkgs;
devShell = pkgs.fromTOML ./devshell.toml;
devShells.default = pkgs.fromTOML ./devshell.toml;
}
) // {
defaultTemplate.path = ./template;
defaultTemplate.description = "nix flake new 'github:numtide/devshell'";
templates.default.path = ./template;
templates.default.description = "nix flake new 'github:numtide/devshell'";
# Import this overlay into your instance of nixpkgs
overlay = import ./overlay.nix;
overlays.default = import ./overlay.nix;
lib = {
importTOML = import ./nix/importTOML.nix;
};
Expand Down

0 comments on commit 0c89450

Please sign in to comment.