Archived
Template
1
0

flake: set default pkg the recommended way

This commit is contained in:
surtur 2022-11-13 15:03:09 +01:00
parent 4c2786df8a
commit e199ee0323
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -62,10 +62,9 @@
packages = with pkgs;
forAllSystems (system: {
inherit (nixpkgsFor.${system}) watcher;
});
defaultPackage =
forAllSystems (system: self.packages."${system}".watcher);
default = nixpkgsFor.${system}.watcher;
});
apps = forAllSystems (system: rec {
watch = {