From 33682a06f143d3a67b847eb62c404e5a0e074d67 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 26 Apr 2023 20:14:50 +0200 Subject: Update --- flake.lock | Bin 6792 -> 6348 bytes hosts/configuration.nix | 2 +- overlays/base/default.nix | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 78df1bd..004fcce 100644 Binary files a/flake.lock and b/flake.lock differ diff --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="; }); }); -- cgit 1.4.1