mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-25 04:01:51 +02:00
fix flake packages attribute
This commit is contained in:
parent
0657ffd1a0
commit
99bd813e14
@ -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