nix: move shells to dev-shells/ folder

This commit is contained in:
joachimschmidt557 2024-04-21 13:15:23 +02:00
parent 35d066d97d
commit 127acf8702
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
11 changed files with 0 additions and 0 deletions

View file

@ -1,8 +0,0 @@
{ pkgs }:
pkgs.multiStdenv.mkDerivation {
name = "empty development shell";
buildInputs = with pkgs; [
];
}