mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-01-07 22:19:24 +01:00
Add nix development shell
This commit is contained in:
parent
8bf5466e6c
commit
8dff304422
@ -55,5 +55,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
defaultApp = forAllSystems (system: self.apps.${system}.kalker);
|
defaultApp = forAllSystems (system: self.apps.${system}.kalker);
|
||||||
|
|
||||||
|
devShell = forAllSystems (system:
|
||||||
|
nixpkgs.legacyPackages.${system}.mkShell {
|
||||||
|
inputsFrom = builtins.attrValues (packages);
|
||||||
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user