fix flake packages attribute

This commit is contained in:
Finn Behrens 2021-09-23 12:37:08 +02:00 committed by PaddiM8
parent 0657ffd1a0
commit 99bd813e14

View File

@ -37,7 +37,8 @@
};
};
packages = forAllSystems (system: nixpkgsFor.${system});
packages =
forAllSystems (system: { inherit (nixpkgsFor.${system}) kalker; });
defaultPackage = forAllSystems (system: self.packages.${system}.kalker);