Make dev environment flake-compatible

Co-authored-by: Alex Zero <joseph@marsden.space>
This commit is contained in:
Zhaofeng Li 2021-06-29 01:02:43 -07:00
parent 8a95ee87b6
commit 9d8153ee6d
11 changed files with 114 additions and 227 deletions

View file

@ -1,7 +1,3 @@
let
pkgs = import ./pkgs.nix;
in pkgs.mkShell {
buildInputs = [
(import ./default.nix {})
];
}
flake = import ./flake-compat.nix;
in flake.shellNix