updated build tool

This commit is contained in:
2023-05-16 15:11:16 -07:00
parent eb10cbd4fc
commit 8b1327f66a
2 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
nixpkgs.url = "nixpkgs/nixos-22.11";
utils.url = "github:numtide/flake-utils";
helpers = {
url = "git+https://git.fudo.org/fudo-public/nix-helpers.git";
url =
"git+https://git.fudo.org/fudo-public/nix-helpers.git?ref=with-deps";
inputs.nixpkgs.follows = "nixpkgs";
};
};