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
6
dev-shells/empty.nix
Normal file
6
dev-shells/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