1
0
Fork 0
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:
Graham Christensen 2022-09-25 15:43:15 -04:00
parent a2a9f30fee
commit 07f640580b

View file

@ -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;