all repos — nixfiles @ 9a780356346bd45a60358bf1b54e875a70082cb5

System and user configuration, managed by nix and home-manager

remove unused nix variables

Alan Pearce
commit

9a780356346bd45a60358bf1b54e875a70082cb5

parent

a689713dd256b3b3a55a42879c747545b0ea7f7c

2 files changed, 1 insertion(+), 2 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -685,7 +685,7 @@ hostPath = externalDir;
isReadOnly = false; }; }; - config = { config, lib, pkgs, ... }: { + config = { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ lsof ];
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -1,6 +1,5 @@
{ config , pkgs -, lib , ... }: { home.packages = with pkgs; [