aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 35b2d08b..64768074 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -29,6 +29,7 @@
inherit
libraries
modules
+ self
;
};
modules = [
@@ -41,7 +42,6 @@
# extra information
system
# nix registry
- self
externalDependencies
# bins
# TODO: Integrate these into `pkgs/by-name` <2024-05-22>