mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
shells/nix: delete removed packages
This commit is contained in:
parent
a2571ad13a
commit
abf620a192
@ -3,7 +3,6 @@
|
|||||||
{ mkShell
|
{ mkShell
|
||||||
, lib
|
, lib
|
||||||
, jq
|
, jq
|
||||||
, nix-init
|
|
||||||
, nix-tree
|
, nix-tree
|
||||||
, nixfmt
|
, nixfmt
|
||||||
, nurl
|
, nurl
|
||||||
@ -19,6 +18,5 @@ mkShell {
|
|||||||
rnix-lsp # Make your editing experience nicer with a nice language server.
|
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.
|
nix-tree # Suprisingly nice exploration tool for your packages in the store directory.
|
||||||
nurl # Nice way to catch up with some things.
|
nurl # Nice way to catch up with some things.
|
||||||
nix-init # Scaffolding out-of-tree packages (NO SUBSTANDARD MATERIALS ALLOWED!!!).
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user