all repos — nixfiles @ 2b09b74ba617346a0c9c932543e658837ef9e5d2

System and user configuration, managed by nix and home-manager

nix: pin nixpkgs to flake input globally and per-user

Alan Pearce
commit

2b09b74ba617346a0c9c932543e658837ef9e5d2

parent

a2534b9daab7d39d2eeb005f7648b74bc72a8520

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -3,6 +3,9 @@ , pkgs
, lib , ... }: { + imports = [ + ../../pin.nix + ]; services.nix-daemon = { enable = true; enableSocketListener = true;