Make dev environment flake-compatible
Co-authored-by: Alex Zero <joseph@marsden.space>
This commit is contained in:
parent
8a95ee87b6
commit
9d8153ee6d
11 changed files with 114 additions and 227 deletions
|
@ -1,7 +1,3 @@
|
|||
let
|
||||
pkgs = import ./pkgs.nix;
|
||||
in pkgs.mkShell {
|
||||
buildInputs = [
|
||||
(import ./default.nix {})
|
||||
];
|
||||
}
|
||||
flake = import ./flake-compat.nix;
|
||||
in flake.shellNix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue