From 69b33ce1ad33e8a8fe3cee6dca40ef79f9712f90 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 12 Jul 2023 17:34:07 -0600 Subject: [PATCH] [NixOS] Biskcomp needs base.nix --- nixos/machines/biskcomp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 74cc18bb..9850bd4f 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -2,6 +2,7 @@ imports = [ ../internet-computer.nix ../raspberry-pi.nix + ../base.nix ../desktop.nix ../xmonad.nix ../code.nix