Fix 'nix flake check'

This commit is contained in:
Eelco Dolstra
2020-02-10 16:26:33 +01:00
parent 5c389f84d4
commit 64e5f4d53b
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
});
};
checks.tarball = jobs.tarball;
checks.x86_64-linux.tarball = jobs.tarball;
htmlDocs = {
nixpkgsManual = jobs.manual;
@@ -42,7 +42,7 @@
legacyPackages = forAllSystems (system: import ./. { inherit system; });
nixosModules = {
notDetected = ./nixos/modules/installer/scan/not-detected.nix;
notDetected = import ./nixos/modules/installer/scan/not-detected.nix;
};
};
}