Add empty dev shell

This commit is contained in:
joachimschmidt557 2021-12-23 13:50:56 +01:00
parent 3d69c0797d
commit 07bbf855c1
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
6 changed files with 14 additions and 7 deletions

6
nix/empty.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
];
}