Make nixpkgs that is used for machine configurable

This allows a machine to run off a different nixpkgs branch (e.g.
unstable).
Simon Bruder 2021-09-08 20:04:24 +02:00
parent 59a8e41eff
commit 9cec2e53ff
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@
, extraModules ? [ ]
, targetHost ? hostname
, unlockOverV4 ? true
, nixpkgs ? inputs.nixpkgs
}: nixpkgs.lib.nixosSystem rec {
inherit system;