mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
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:
parent
c097eedd6b
commit
69c96f9d9e
@ -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 | \
|
||||
|
Loading…
Reference in New Issue
Block a user