diff options
| author | Emily <vcs@emily.moe> | 2024-09-10 16:17:57 +0100 |
|---|---|---|
| committer | Emily <vcs@emily.moe> | 2024-09-11 01:17:01 +0100 |
| commit | 88b97aa49c451070d2978b291a6280f2e1c5c2b6 (patch) | |
| tree | 406dc6e0dec5ffc4c2d4f38307363824dad899a6 /modules/examples | |
| parent | 9c60c95008e2862c45d01d3d453508f644adeff6 (diff) | |
{ids,checks}: update for new builder UID/GID values
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/flake/flake.nix | 2 | ||||
| -rw-r--r-- | modules/examples/ofborg.nix | 2 | ||||
| -rw-r--r-- | modules/examples/simple.nix | 2 |
3 files changed, 3 insertions, 3 deletions
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; } |
