Merge pull request from qowoz/fix-ci

flake: drop workaround branch
This commit is contained in:
Jonas Chevalier 2022-04-17 12:07:13 +02:00 committed by GitHub
commit 9a241539b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

9
flake.lock generated
View file

@ -199,16 +199,15 @@
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1649619611,
"lastModified": 1649646064,
"narHash": "sha256-WNMY7ey/B3ZVRpEK0K9cUOxgYSbhPCrZ5jbPwlkT/Y8=",
"owner": "Mic92",
"owner": "ryantm",
"repo": "nixpkgs-update",
"rev": "982fddd51a19251b57ec98c8c5018d3f220b426f",
"rev": "80c6338309d0c18e8f101bcbd14846dabde85931",
"type": "github"
},
"original": {
"owner": "Mic92",
"ref": "build-fixes",
"owner": "ryantm",
"repo": "nixpkgs-update",
"type": "github"
}

View file

@ -5,8 +5,7 @@
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# https://github.com/NixOS/nixpkgs/pull/168186
nixpkgs.url = "github:Mic92/nixpkgs/gidgethub";
#nixpkgs-update.url = "github:ryantm/nixpkgs-update";
nixpkgs-update.url = "github:Mic92/nixpkgs-update/build-fixes";
nixpkgs-update.url = "github:ryantm/nixpkgs-update";
nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false;
nixpkgs-update-pypi-releases.url = "github:ryantm/nixpkgs-update-pypi-releases";