mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 21:38:21 +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 }:
|
outputs = { self, darwin, nixpkgs }:
|
||||||
let
|
let
|
||||||
configuration = { pkgs, ... }: {
|
configuration = { pkgs, ... }: {
|
||||||
nix.package = pkgs.nixFlakes;
|
nix.package = pkgs.nixVersions.stable;
|
||||||
|
|
||||||
# FIXME: for github actions, this shouldn't be in the example.
|
# FIXME: for github actions, this shouldn't be in the example.
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue