move nixpkgs back to nixos-unstable-small

This commit is contained in:
Jörg Thalheim 2023-11-20 09:43:44 +01:00
parent 6c2d68b946
commit 33b595765b
2 changed files with 5 additions and 8 deletions

View file

@ -22,16 +22,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1700468785,
"narHash": "sha256-dIb31ri1Ht3qSbk7hhm8i163T2D+ggvdt+afnrpLA/4=",
"lastModified": 1700419998,
"narHash": "sha256-aXh4adx9x9RlRMSykzR+bY8AOVjcwMEJO1ZeQROwbcE=",
"owner": "Nixos",
"repo": "nixpkgs",
"rev": "ae03901e1aa89caad3e04a883ebf39cc7caeb472",
"rev": "12a0ade5e458984675b9789a4b260ebabdd2d1ab",
"type": "github"
},
"original": {
"owner": "Nixos",
"ref": "master",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -3,10 +3,7 @@
description = "A nixos module to make buildbot a proper Nix-CI.";
inputs = {
nixpkgs.url = "github:Nixos/nixpkgs/master";
# switch back later when https://github.com/NixOS/nixpkgs/pull/266270 is included:
# see: https://nixpk.gs/pr-tracker.html?pr=266270
#nixpkgs.url = "github:Nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:Nixos/nixpkgs/nixos-unstable-small";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";