From e34f1459c1dabe535ab0ce593d8ef91a24cb73c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Sj=C3=B6strom?= Date: Wed, 22 Jan 2025 09:15:54 +0100 Subject: [PATCH] chore: update flake (systemd 257) --- flake.lock | 6 +++--- flake.nix | 8 ++++---- modules/image/builder.nix | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 2f5f887..2cb3583 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1731139594, - "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", + "lastModified": 1737469691, + "narHash": "sha256-nmKOgAU48S41dTPIXAq0AHZSehWUn6ZPrUKijHAMmIk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", + "rev": "9e4d5190a9482a1fb9d18adf0bdb83c6e506eaab", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index d82cc3a..7648b8b 100644 --- a/flake.nix +++ b/flake.nix @@ -33,10 +33,10 @@ (nixpkgs.lib.nixosSystem { modules = [ ( - { lib, ... }: + { ... }: { nixpkgs.hostPlatform = system; - system.stateVersion = "24.05"; + system.stateVersion = "25.05"; } ) { @@ -54,10 +54,10 @@ (nixpkgs.lib.nixosSystem { modules = [ ( - { lib, ... }: + { ... }: { nixpkgs.hostPlatform = system; - system.stateVersion = "24.05"; + system.stateVersion = "25.05"; } ) { diff --git a/modules/image/builder.nix b/modules/image/builder.nix index 88df43c..f510fe7 100644 --- a/modules/image/builder.nix +++ b/modules/image/builder.nix @@ -15,7 +15,7 @@ let Type = "root"; Minimize = "best"; Format = "erofs"; - MakeDirectories = "/home /root /etc /dev /sys /bin /var /proc /run /usr /srv /tmp /mnt /lib /efi"; + MakeDirectories = "/home /root /etc /dev /sys /bin /var /proc /run /usr /usr/bin /srv /tmp /mnt /lib /efi"; Verity = "data"; VerityMatchKey = "root"; SplitName = "root";