diff options
author | Vincent Ambo <tazjin@google.com> | 2021-04-23T09·00+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-04-30T10·28+0200 |
commit | 7520f2cb96159ae3cbee80b4822900f9a92f7f53 (patch) | |
tree | 21e0916ee16c65027a1b83f44d622bbb638d0f65 /tools/nixery/prepare-image/prepare-image.nix | |
parent | 8a1add9ef8f6899b8f110bd789d2422dbe688642 (diff) |
chore: Update default NixOS channel to nixos-20.09
Diffstat (limited to 'tools/nixery/prepare-image/prepare-image.nix')
-rw-r--r-- | tools/nixery/prepare-image/prepare-image.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/prepare-image/prepare-image.nix b/tools/nixery/prepare-image/prepare-image.nix index 7b73b92bfd9b..316bfbbf2712 100644 --- a/tools/nixery/prepare-image/prepare-image.nix +++ b/tools/nixery/prepare-image/prepare-image.nix @@ -24,7 +24,7 @@ { # Description of the package set to be used (will be loaded by load-pkgs.nix) srcType ? "nixpkgs", - srcArgs ? "nixos-20.03", + srcArgs ? "nixos-20.09", system ? "x86_64-linux", importArgs ? { }, # Path to load-pkgs.nix |