mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-14 10:30:43 +01:00
fix flake packages attribute
This commit is contained in:
parent
967b9f372b
commit
df22878060
@ -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…
Reference in New Issue
Block a user