mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
flake-template.nix: Add defaultPackage
This commit is contained in:
parent
b51dff431c
commit
829dcb35d5
1 changed files with 2 additions and 0 deletions
|
@ -5,5 +5,7 @@
|
||||||
|
|
||||||
packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;
|
packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;
|
||||||
|
|
||||||
|
defaultPackage.x86_64-linux = self.packages.x86_64-linux.hello;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue