fix flake packages attribute

This commit is contained in:
Finn Behrens 2021-09-23 12:37:08 +02:00
parent 967b9f372b
commit df22878060

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);