From 308a9f2aacc241c18a9892c955da9a3cf4f323f3 Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 13 Dec 2024 08:06:24 -0500 Subject: [PATCH] fix the nixpkgs vm --- hosts/virtual-machines/nixpkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/virtual-machines/nixpkgs/default.nix b/hosts/virtual-machines/nixpkgs/default.nix index a74359e..8fa8e1a 100644 --- a/hosts/virtual-machines/nixpkgs/default.nix +++ b/hosts/virtual-machines/nixpkgs/default.nix @@ -2,7 +2,7 @@ { imports = [ ../template.nix - ../../../nixos/shell.nix + #../../../nixos/shell.nix ]; environment.systemPackages = with pkgs; [ fastfetch ]; }