Skip to content

Commit ab5f2ad

Browse files
committed
wip: upstream cross fix
1 parent 11fcb11 commit ab5f2ad

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
description = "NixOS images";
33

4-
inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
4+
#inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
5+
inputs.nixos-unstable.url = "github:jmbaur/nixpkgs/etc-overlay-cross";
56
inputs.nixos-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
67

78
nixConfig.extra-substituters = [ "https://nix-community.cachix.org" ];

0 commit comments

Comments
 (0)