mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
rename the nixFlakes reference
This commit is contained in:
parent
a2a9f30fee
commit
07f640580b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue