summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
-rw-r--r--systems/default.nix2
3 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index b14b773..0e6ff0c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -189,11 +189,11 @@
]
},
"locked": {
- "lastModified": 1738371340,
- "narHash": "sha256-jm9pSytJMR38IruQnLovau2OVjDfwV+7lnVPPH8uzak=",
+ "lastModified": 1738525368,
+ "narHash": "sha256-2NiL+QhKO+1Iqsv5347TZVO1FKXsJAImbALBCFAHhAo=",
"owner": "getchoo",
"repo": "getchpkgs",
- "rev": "2a7a12d107503dcf7bdda02270295d43e52bd18f",
+ "rev": "b8ba3056da39e2763094b7c695da0c9d5ee287c5",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 1588390..e1dc85c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,8 +23,8 @@
imports = [
flakeModules.terranix
- inputs.getchpkgs.flakeModules.configs
inputs.getchpkgs.flakeModules.checks
+ inputs.getchpkgs.flakeModules.configurations
./flake
./lib
diff --git a/systems/default.nix b/systems/default.nix
index 51013f5..92bd274 100644
--- a/systems/default.nix
+++ b/systems/default.nix
@@ -13,7 +13,7 @@
atlas = {
modules = [ ./atlas ];
- nixpkgs = inputs.nixpkgs-stable;
+ builder = inputs.nixpkgs-stable.lib.nixosSystem;
};
};