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, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/nix.nixuser/settings/nix.nix
@@ -3,7 +3,7 @@ , pkgs
, ... }: { imports = [ - ./pin.nix + ../../pin.nix ]; nixpkgs.config = import ../config.nix; home.packages = with pkgs; [