From 88b97aa49c451070d2978b291a6280f2e1c5c2b6 Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 10 Sep 2024 16:17:57 +0100 Subject: {ids,checks}: update for new builder UID/GID values --- modules/examples/flake/flake.nix | 2 +- modules/examples/ofborg.nix | 2 +- modules/examples/simple.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/examples') diff --git a/modules/examples/flake/flake.nix b/modules/examples/flake/flake.nix index 8650562..94c600e 100644 --- a/modules/examples/flake/flake.nix +++ b/modules/examples/flake/flake.nix @@ -32,7 +32,7 @@ # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 4; + system.stateVersion = 5; # The platform the configuration will be used on. nixpkgs.hostPlatform = "x86_64-darwin"; diff --git a/modules/examples/ofborg.nix b/modules/examples/ofborg.nix index 1054c57..6cef6e7 100644 --- a/modules/examples/ofborg.nix +++ b/modules/examples/ofborg.nix @@ -25,5 +25,5 @@ with lib; # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 4; + system.stateVersion = 5; } diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix index d146fde..1133da8 100644 --- a/modules/examples/simple.nix +++ b/modules/examples/simple.nix @@ -21,5 +21,5 @@ # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 4; + system.stateVersion = 5; } -- cgit v1.2.3