fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Nix CI tryouts
All checks were successful
Build image / build-image (pull_request) Successful in 4m13s
All checks were successful
Build image / build-image (pull_request) Successful in 4m13s
This commit is contained in:
parent
8e115829dd
commit
0c5bf1e858
@ -24,7 +24,7 @@
|
||||
# working on them.
|
||||
src = pkgs.lib.cleanSourceWith {
|
||||
src = gitignore.lib.gitignoreSource ./.;
|
||||
filter = path: type: builtins.baseNameOf path != "flake.nix" && builtins.baseNameOf path != "flake.lock" && !(builtins.match "^\\.gitea.*" path);
|
||||
filter = path: type: builtins.baseNameOf path != "flake.nix" && builtins.baseNameOf path != "flake.lock" && builtins.match "^\\.gitea.*" path != null;
|
||||
};
|
||||
|
||||
# Avoid linking against libc
|
||||
|
Loading…
x
Reference in New Issue
Block a user