From 9cec2e53ff368faad7532282ffb35b29bb1a9150 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 8 Sep 2021 20:04:24 +0200 Subject: [PATCH] Make nixpkgs that is used for machine configurable This allows a machine to run off a different nixpkgs branch (e.g. unstable). --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e9b4885..1fae5b5 100644 --- a/flake.nix +++ b/flake.nix @@ -159,6 +159,7 @@ , extraModules ? [ ] , targetHost ? hostname , unlockOverV4 ? true + , nixpkgs ? inputs.nixpkgs }: nixpkgs.lib.nixosSystem rec { inherit system;