mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Nix module: use flakes enabled nix command
This commit is contained in:
@ -260,7 +260,7 @@ Docpell Update Check
|
||||
fail-fast = true;
|
||||
run-timeout = "15 minutes";
|
||||
nix-runner = {
|
||||
nix-binary = "${pkgs.nix}/bin/nix";
|
||||
nix-binary = "${pkgs.nixFlakes}/bin/nix";
|
||||
build-timeout = "15 minutes";
|
||||
};
|
||||
docker-runner = {
|
||||
|
Reference in New Issue
Block a user