Add empty dev shell
This commit is contained in:
parent
3d69c0797d
commit
07bbf855c1
6 changed files with 14 additions and 7 deletions
6
nix/empty.nix
Normal file
6
nix/empty.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue