diff options
-rw-r--r-- | shell.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell.nix b/shell.nix deleted file mode 100644 index d2c4c45..0000000 --- a/shell.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ system ? builtins.currentSystem }: - -(builtins.getFlake (toString ./.)).devShells.${system}.default |