flake.nix: point anyrun input at upstream repo

This commit is contained in:
Oystein Kristoffer Tveit 2025-04-25 14:41:50 +02:00
parent 4de32aabb3
commit 039822db24
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -37,7 +37,7 @@
};
anyrun = {
url = "git+https://git.pvv.ntnu.no/oysteikt/anyrun?ref=plugins-application-preprocess-exec";
url = "github:anyrun-org/anyrun/master";
inputs.nixpkgs.follows = "nixpkgs";
};
};