mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 18:10:42 +01:00
add nix flake app
Signed-off-by: Finn Behrens <me@kloenk.dev>
This commit is contained in:
parent
9cda37ce53
commit
03bc223b64
@ -40,5 +40,14 @@
|
|||||||
packages = forAllSystems (system: nixpkgsFor.${system});
|
packages = forAllSystems (system: nixpkgsFor.${system});
|
||||||
|
|
||||||
defaultPackage = forAllSystems (system: self.packages.${system}.kalker);
|
defaultPackage = forAllSystems (system: self.packages.${system}.kalker);
|
||||||
|
|
||||||
|
apps = forAllSystems (system: {
|
||||||
|
kalker = {
|
||||||
|
type = "app";
|
||||||
|
program = "${self.packages.${system}.kalker}/bin/kalker";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
|
defaultApp = forAllSystems (system: self.apps.${system}.kalker);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user