From f14c2285e9a0213aa0beed894bfb94c837ced31f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 29 Jun 2023 08:29:44 +0200 Subject: nix: automatically pin nixpkgs to flake input --- user/settings/nix.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user/settings/nix.nix') diff --git a/user/settings/nix.nix b/user/settings/nix.nix index ce68e158..b15f5c5d 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -2,6 +2,9 @@ , pkgs , ... }: { + imports = [ + ./pin.nix + ]; nixpkgs.config = import ../config.nix; home.packages = with pkgs; [ nil -- cgit 1.4.1