mirror of
https://github.com/NixOS/templates.git
synced 2026-01-14 10:18:27 +01:00
trivial: change default package format after 2.7.0
See https://discourse.nixos.org/t/nix-2-7-0-released/18072
This commit is contained in:
parent
7cf40931c2
commit
d7a340cfe1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;
|
||||
|
||||
defaultPackage.x86_64-linux = self.packages.x86_64-linux.hello;
|
||||
packages.x86_64-linux.default = self.packages.x86_64-linux.hello;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue