Add utils dev shell
This commit is contained in:
parent
666a75f844
commit
978fc8186d
1 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,12 @@
|
||||||
overlays = {
|
overlays = {
|
||||||
default = (import ./shared/overlay.nix);
|
default = (import ./shared/overlay.nix);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
devShells."x86_64-linux"."utils" = let
|
||||||
|
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
|
in pkgs.mkShell {
|
||||||
|
buildInputs = import ./shared/env.nix pkgs;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue