fix marvin-mk2 build

This commit is contained in:
Jörg Thalheim 2022-04-10 23:04:56 +02:00
parent 25f1f8b37b
commit 51d3cf5251
No known key found for this signature in database
2 changed files with 9 additions and 7 deletions

12
flake.lock generated
View file

@ -264,16 +264,16 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1649549506,
"narHash": "sha256-flgjQ/ZTxobJJS3QWmecyfkYO5j+/WC0IKzyWvK/fs0=",
"owner": "NixOS",
"lastModified": 1649624536,
"narHash": "sha256-xXCKjEr7fzutHoS0FAoJbgC+Amz9FHa4T+RjQZteZwk=",
"owner": "Mic92",
"repo": "nixpkgs",
"rev": "665bb90fc3f6c39cfb290ecc100b3433082e5d64",
"rev": "6d12cd3f6564ebcf46984aac598d220edd9c295a",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"owner": "Mic92",
"ref": "gidgethub",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,9 @@
description = "NixOS configuration of our builders";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
#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-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";