summaryrefslogtreecommitdiff
path: root/modules/examples/flake
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/flake
parent9c60c95008e2862c45d01d3d453508f644adeff6 (diff)
{ids,checks}: update for new builder UID/GID values
Diffstat (limited to 'modules/examples/flake')
-rw-r--r--modules/examples/flake/flake.nix2
1 files changed, 1 insertions, 1 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";