diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/examples/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/flake.nix b/modules/examples/flake.nix index e78c067..2c5f90e 100644 --- a/modules/examples/flake.nix +++ b/modules/examples/flake.nix @@ -10,7 +10,7 @@ outputs = { self, darwin, nixpkgs }: let configuration = { pkgs, ... }: { - nix.package = pkgs.nixFlakes; + nix.package = pkgs.nixVersions.stable; # FIXME: for github actions, this shouldn't be in the example. services.nix-daemon.enable = true; |
