wip: upstream cross fix

This commit is contained in:
Jörg Thalheim 2024-06-23 17:19:43 +02:00
parent 2d72a425a2
commit 7582b40ce3
2 changed files with 8 additions and 7 deletions

View file

@ -18,16 +18,16 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1719412806, "lastModified": 1719456624,
"narHash": "sha256-C3gUNdFDAWrP6glCCo+MXrrAoAyHi1Zdvlgs1Awqpv8=", "narHash": "sha256-j0iox16+eMO2ptZ/IfM57R/1OpnPu0H03wXwggmLBfg=",
"owner": "NixOS", "owner": "jmbaur",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "af796de7d1e6bbda6049a3732ff881b3ad518b6b", "rev": "560cd874a37396968aea0bd9abc54fb1122424b7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "jmbaur",
"ref": "nixos-unstable-small", "ref": "etc-overlay-cross",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -1,7 +1,8 @@
{ {
description = "NixOS images"; description = "NixOS images";
inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small"; #inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
inputs.nixos-unstable.url = "github:jmbaur/nixpkgs/etc-overlay-cross";
inputs.nixos-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; inputs.nixos-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
nixConfig.extra-substituters = [ "https://nix-community.cachix.org" ]; nixConfig.extra-substituters = [ "https://nix-community.cachix.org" ];