From 8d0430ae5273e74433783590377a37201eba56a8 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Mon, 28 Apr 2025 22:19:00 +0200 Subject: [PATCH] Delete unused config file for shells --- shells/default/default.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 shells/default/default.nix diff --git a/shells/default/default.nix b/shells/default/default.nix deleted file mode 100644 index 8e20966..0000000 --- a/shells/default/default.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - # Snowfall Lib provides a customized `lib` instance with access to your flake's library - # as well as the libraries available from your flake's inputs. - lib, - # You also have access to your flake's inputs. - inputs, - # All other arguments come from NixPkgs. You can use `pkgs` to pull shells or helpers - # programmatically or you may add the named attributes as arguments here. - pkgs, - stdenv, - ... -}: -pkgs.mkShell { - # Create your shell -}