aboutsummaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorrubiigen <alyxwren@proton.me>2024-07-11 15:08:36 +0100
committerFrankie B <frankieraybrown@gmail.com>2024-07-11 15:17:22 +0100
commitf3273f5c0f4762f0e53a6fcba9f29747ad13ce57 (patch)
tree88ce944ee680d04462fabda13cc9b0b1ad441d35 /hosts/default.nix
parent9bfa850bc3935fdc21c457f8325325cb28298f7f (diff)
allows rebuild to succeed, few things commented out for they are shitfucked:tm:
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 83b927d..f4393d2 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -2,7 +2,7 @@
# get inputs from self
inherit (self) inputs;
# get necessary inputs from self.inputs
- inherit (inputs) nixpkgs lanzaboote nixos-hardware;
+ inherit (inputs) nixpkgs;
inherit (inputs.home-manager.nixosModules) home-manager;
# get lib from nixpkgs and create and alias for lib.nixosSystem
# for potential future overrides & abstractions