Skip to content

Commit 675a093

Browse files
Update flake inputs (#61)
1 parent 5ed7720 commit 675a093

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
{
282282
_module.args = { inherit pkgs; };
283283

284-
hardware.rockchip.platformFirmware = pkgs.hello; # fake that the package is missing on stable
284+
hardware.rockchip.platformFirmware = lib.mkForce pkgs.hello; # fake that the package is missing on stable
285285
}
286286
] ++ lib.filter (x: (builtins.tryEval (x)).success) (lib.attrValues nixos-hardware.nixosModules);
287287
name = "nixos-hardware";

0 commit comments

Comments
 (0)