From 2b09b74ba617346a0c9c932543e658837ef9e5d2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 10 Apr 2024 18:50:02 +0200 Subject: nix: pin nixpkgs to flake input globally and per-user --- user/settings/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings/nix.nix') diff --git a/user/settings/nix.nix b/user/settings/nix.nix index b15f5c5d..ec69d51f 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -3,7 +3,7 @@ , ... }: { imports = [ - ./pin.nix + ../../pin.nix ]; nixpkgs.config = import ../config.nix; home.packages = with pkgs; [ -- cgit 1.4.1