about summary refs log tree commit diff
path: root/users/grfn/system/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/system/default.nix')
-rw-r--r--users/grfn/system/system/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/grfn/system/system/default.nix b/users/grfn/system/system/default.nix
index 503b3a2046..489be1369b 100644
--- a/users/grfn/system/system/default.nix
+++ b/users/grfn/system/system/default.nix
@@ -9,9 +9,7 @@ rec {
 
   mugwump = import ./machines/mugwump.nix;
 
-  mugwumpSystem = (depot.third_party.nixos {
-    configuration = mugwump;
-  }).system;
+  mugwumpSystem = (depot.ops.nixos.nixosFor mugwump).system;
 
   roswell = import ./machines/roswell.nix;