mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-27 13:11:43 +02:00
Merge pull request #66 from Kloenk/flake-packages
Fix flake packages attribute
This commit is contained in:
commit
adaaa41f06
@ -37,7 +37,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = forAllSystems (system: nixpkgsFor.${system});
|
packages =
|
||||||
|
forAllSystems (system: { inherit (nixpkgsFor.${system}) kalker; });
|
||||||
|
|
||||||
defaultPackage = forAllSystems (system: self.packages.${system}.kalker);
|
defaultPackage = forAllSystems (system: self.packages.${system}.kalker);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user