about summary refs log tree commit diff
path: root/tools/nixery/prepare-image
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2021-04-23T09·00+0200
committerVincent Ambo <mail@tazj.in>2021-04-30T10·28+0200
commit7520f2cb96159ae3cbee80b4822900f9a92f7f53 (patch)
tree21e0916ee16c65027a1b83f44d622bbb638d0f65 /tools/nixery/prepare-image
parent8a1add9ef8f6899b8f110bd789d2422dbe688642 (diff)
chore: Update default NixOS channel to nixos-20.09
Diffstat (limited to 'tools/nixery/prepare-image')
-rw-r--r--tools/nixery/prepare-image/prepare-image.nix2
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 7b73b92bfd..316bfbbf27 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