summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2024-09-10 16:17:57 +0100
committerEmily <vcs@emily.moe>2024-09-11 01:17:01 +0100
commit88b97aa49c451070d2978b291a6280f2e1c5c2b6 (patch)
tree406dc6e0dec5ffc4c2d4f38307363824dad899a6 /modules/examples
parent9c60c95008e2862c45d01d3d453508f644adeff6 (diff)
{ids,checks}: update for new builder UID/GID values
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/flake/flake.nix2
-rw-r--r--modules/examples/ofborg.nix2
-rw-r--r--modules/examples/simple.nix2
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;
}