summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-12-04 21:57:24 +0530
committersinanmohd <sinan@sinanmohd.com>2023-12-04 22:00:39 +0530
commit94be366d8d5f5b0270920c5b903ed30dc3fd31f6 (patch)
treee75435148cff07f50cddbbd1071506a5dd64e092 /flake.nix
parentc70d3ea547488b421919b8109ae0843037e25fc9 (diff)
flake: clean up
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b2d0980..4307a26 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,7 +12,7 @@
outputs = { self, nixpkgs, sops-nix }: let
lib = nixpkgs.lib;
- makeHost = host: system: nixpkgs.lib.nixosSystem {
+ makeHost = host: system: lib.nixosSystem {
inherit system;
modules = [
./hosts/${host}/configuration.nix