Merge pull request #42 from Mic92/joerg-ci
move nixpkgs back to nixos-unstable-small
This commit is contained in:
commit
7bbd3ad173
|
@ -22,16 +22,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700468785,
|
"lastModified": 1700419998,
|
||||||
"narHash": "sha256-dIb31ri1Ht3qSbk7hhm8i163T2D+ggvdt+afnrpLA/4=",
|
"narHash": "sha256-aXh4adx9x9RlRMSykzR+bY8AOVjcwMEJO1ZeQROwbcE=",
|
||||||
"owner": "Nixos",
|
"owner": "Nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ae03901e1aa89caad3e04a883ebf39cc7caeb472",
|
"rev": "12a0ade5e458984675b9789a4b260ebabdd2d1ab",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Nixos",
|
"owner": "Nixos",
|
||||||
"ref": "master",
|
"ref": "nixos-unstable-small",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,10 +3,7 @@
|
||||||
description = "A nixos module to make buildbot a proper Nix-CI.";
|
description = "A nixos module to make buildbot a proper Nix-CI.";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:Nixos/nixpkgs/master";
|
nixpkgs.url = "github:Nixos/nixpkgs/nixos-unstable-small";
|
||||||
# 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";
|
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue