mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-01-08 06:28:56 +01:00
Fix Nix DevShell
This commit is contained in:
parent
28f99bb366
commit
6d3065a3e0
@ -13,7 +13,7 @@
|
|||||||
inherit system;
|
inherit system;
|
||||||
overlays = [ self.overlay ];
|
overlays = [ self.overlay ];
|
||||||
});
|
});
|
||||||
in {
|
in rec {
|
||||||
overlay = final: prev: {
|
overlay = final: prev: {
|
||||||
kalker = final.rustPlatform.buildRustPackage {
|
kalker = final.rustPlatform.buildRustPackage {
|
||||||
pname = "kalker";
|
pname = "kalker";
|
||||||
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
devShell = forAllSystems (system:
|
devShell = forAllSystems (system:
|
||||||
nixpkgs.legacyPackages.${system}.mkShell {
|
nixpkgs.legacyPackages.${system}.mkShell {
|
||||||
inputsFrom = builtins.attrValues (packages);
|
inputsFrom = builtins.attrValues (packages.${system});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user