about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.lockbin6792 -> 6348 bytes
-rw-r--r--hosts/configuration.nix2
-rw-r--r--overlays/base/default.nix2
3 files changed, 2 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index 78df1bd..004fcce 100644
--- a/flake.lock
+++ b/flake.lock
Binary files differdiff --git a/hosts/configuration.nix b/hosts/configuration.nix
index eebff40..f6f73a6 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -31,7 +31,7 @@
     };
 
     supportedFilesystems = [ "ntfs" ];
-    tmpOnTmpfs = true;
+    tmp.useTmpfs = true;
   };
 
   time.timeZone = timezone;
diff --git a/overlays/base/default.nix b/overlays/base/default.nix
index 7aea25a..5a778df 100644
--- a/overlays/base/default.nix
+++ b/overlays/base/default.nix
@@ -73,7 +73,7 @@ final: prev:
     };
     cargoDeps = old.cargoDeps.overrideAttrs (prev.lib.const {
       inherit src;
-      outputHash = "sha256-8mWUIhcvhbPHcdMtQibREYZezinlhjfse8l3q5fLnjY=";
+      outputHash = "sha256-Jy6GuC5Euwj71oH6shQsafj+yLPI1SE7QX/1IPV/Gtw=";
     });
   });