diff options
| author | Graham Christensen <graham@grahamc.com> | 2022-09-25 15:43:15 -0400 |
|---|---|---|
| committer | Graham Christensen <graham@grahamc.com> | 2022-09-25 15:43:15 -0400 |
| commit | 07f640580bcae56fee929a1e6e70bdf9128ae290 (patch) | |
| tree | eca46b951c983a91af02bf22f607854181360f95 /modules/examples | |
| parent | a2a9f30fee9d74c7129aa50d638245b62f80d8c6 (diff) | |
rename the nixFlakes reference
Diffstat (limited to 'modules/examples')
| -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; |
