nix: move shells to dev-shells/ folder
This commit is contained in:
parent
35d066d97d
commit
127acf8702
11 changed files with 0 additions and 0 deletions
8
dev-shells/empty-multi.nix
Normal file
8
dev-shells/empty-multi.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.multiStdenv.mkDerivation {
|
||||
name = "empty development shell";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue