all repos — nix-packages @ 68d55b22c9c3806bae9acbac84997e339d7a41f3

My personal collection of packages for nix

workaround incompatible files flake

Alin
commit

68d55b22c9c3806bae9acbac84997e339d7a41f3

parent

823c1d8de309758ed51bd00109fe7e3e57fd4729

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M flake.nixflake.nix
@@ -5,7 +5,7 @@ inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; files = { - url = "github:alinnow/files/fix-pipe"; + url = "github:mightyiam/files"; flake = false; }; git-hooks.url = "github:cachix/git-hooks.nix";