diff options
author | Emile <git@emile.space> | 2024-08-02 23:53:10 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-08-02 23:53:10 +0200 |
commit | adc53c0c80f779e9f4d1dbcfc6f6ffb74970c756 (patch) | |
tree | b27580787b38b0e769291250161c363854131ae0 /nix/hosts/caladan/home_emile.nix | |
parent | 195c55498b792a35936f0b4aa87cf704f37698f9 (diff) |
(caladan): comment out packages as they build from source
This takes ages and they don't seem to be in the cache yet
Diffstat (limited to 'nix/hosts/caladan/home_emile.nix')
-rw-r--r-- | nix/hosts/caladan/home_emile.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/hosts/caladan/home_emile.nix b/nix/hosts/caladan/home_emile.nix index 79615fb..a7009ab 100644 --- a/nix/hosts/caladan/home_emile.nix +++ b/nix/hosts/caladan/home_emile.nix @@ -180,14 +180,14 @@ virt-manager # lisp foo - sbcl + # sbcl # infrastructure as code foo terraform ansible portmidi - blender + # blender # ] ++ lib.optionals stdenv.isDarwin [ ]; |