checks: Add a check that hits default.nix in the root

This is testing stable Nix (i.e. non-flakes).
This commit is contained in:
adisbladis 2022-06-02 14:31:33 +08:00
parent c097eedd6b
commit 69c96f9d9e

View File

@ -113,6 +113,12 @@ onlyDrvs (lib.makeScope myLib.newScope (self:
src = ./simple-git;
};
simple-nonflake = (import ../default.nix {
inherit pkgs;
}).buildPackage {
src = ./simple;
};
remapPathPrefixWorks = pkgs.runCommand "remapPathPrefixWorks" { } ''
if ${pkgs.binutils-unwrapped}/bin/strings ${self.ripgrep}/bin/rg | \
grep -v glibc | \