From 16bb211bca74fb4ea22d9b5670d317c9366c0f79 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Apr 2023 13:16:11 +0200 Subject: Fix(system/services/nix): Add nixpkgs to args --- system/services/nix/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/services/nix/default.nix b/system/services/nix/default.nix index 27ec7bd6..4549a8df 100644 --- a/system/services/nix/default.nix +++ b/system/services/nix/default.nix @@ -3,10 +3,12 @@ config, lib, pkgs, - nixpkgs, + nixpkgs-as-input, templates, ... -}: { +}: let + nixpkgs = nixpkgs-as-input; +in { nix = { package = pkgs.nixUnstable; -- cgit 1.4.1