Add utils dev shell
This commit is contained in:
parent
666a75f844
commit
978fc8186d
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@
|
|||
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