From abf620a192ca8540047e72ab57590570f64cba09 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 8 Mar 2023 23:47:21 +0800 Subject: [PATCH] shells/nix: delete removed packages --- shells/nix.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/shells/nix.nix b/shells/nix.nix index 8d64981b..898b0069 100644 --- a/shells/nix.nix +++ b/shells/nix.nix @@ -3,7 +3,6 @@ { mkShell , lib , jq -, nix-init , nix-tree , nixfmt , nurl @@ -19,6 +18,5 @@ mkShell { rnix-lsp # Make your editing experience nicer with a nice language server. nix-tree # Suprisingly nice exploration tool for your packages in the store directory. nurl # Nice way to catch up with some things. - nix-init # Scaffolding out-of-tree packages (NO SUBSTANDARD MATERIALS ALLOWED!!!). ]; }