about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2023-04-26 20:14:50 +0200
committerBaitinq <[email protected]>2023-04-26 20:14:50 +0200
commit33682a06f143d3a67b847eb62c404e5a0e074d67 (patch)
treeeff33ad2a7651c64d0c7817a87497bd4e3f73b02
parentUpdate (diff)
downloadnixos-config-33682a06f143d3a67b847eb62c404e5a0e074d67.tar.gz
nixos-config-33682a06f143d3a67b847eb62c404e5a0e074d67.tar.bz2
nixos-config-33682a06f143d3a67b847eb62c404e5a0e074d67.zip
Update
-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=";
     });
   });