about summary refs log tree commit diff
path: root/tools/nixery/.github
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/.github
parent8a1add9ef8f6899b8f110bd789d2422dbe688642 (diff)
chore: Update default NixOS channel to nixos-20.09
Diffstat (limited to 'tools/nixery/.github')
-rw-r--r--tools/nixery/.github/workflows/build-and-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/.github/workflows/build-and-test.yaml b/tools/nixery/.github/workflows/build-and-test.yaml
index 86a2c43637ff..4563239a852f 100644
--- a/tools/nixery/.github/workflows/build-and-test.yaml
+++ b/tools/nixery/.github/workflows/build-and-test.yaml
@@ -6,7 +6,7 @@ on:
       - master
   pull_request: {}
 env:
-  NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/0a40a3999eb4d577418515da842a2622a64880c5.tar.gz"
+  NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/4263ba5e133cc3fc699c1152ab5ee46ef668e675.tar.gz"
 jobs:
   build-and-test:
     runs-on: ubuntu-latest