nix: pin nixpkgs to flake input globally and per-user
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M system/settings/darwin.nix → system/settings/darwin.nix
@@ -3,6 +3,9 @@ , pkgs , lib , ... }: { + imports = [ + ../../pin.nix + ]; services.nix-daemon = { enable = true; enableSocketListener = true;