1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-23 03:19:42 +01:00

Merge pull request #1226 from soopyc/fix-tests

tests: fix unused importPath in unfreeNixpkgs function
This commit is contained in:
Jörg Thalheim 2024-11-05 10:02:02 +01:00 committed by GitHub
commit 1b0b927860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@
unfreeNixpkgs =
importPath:
import inputs.nixos-unstable-small {
import importPath {
config = {
allowBroken = true;
allowUnfree = true;
@ -71,7 +71,7 @@
overlays = [ ];
inherit system;
};
nixpkgsUnstable = unfreeNixpkgs inputs'.nixos-unstable-small;
nixpkgsUnstable = unfreeNixpkgs inputs.nixos-unstable-small;
nixpkgsStable = unfreeNixpkgs inputs.nixos-stable;
checksForNixpkgs =