updated build tool

This commit is contained in:
niten 2023-05-16 15:11:16 -07:00
parent eb10cbd4fc
commit 8b1327f66a
2 changed files with 8 additions and 6 deletions

View File

@ -111,15 +111,16 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"lastModified": 1683740681, "lastModified": 1684274921,
"narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=", "narHash": "sha256-RH12Qx4u5LMomcBZaTBii1EhlHQ3TUgaKUcn+cqiClA=",
"ref": "refs/heads/master", "ref": "with-deps",
"rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72", "rev": "056710d1ef79ee9fabcd6808d3179779f65f45fd",
"revCount": 33, "revCount": 55,
"type": "git", "type": "git",
"url": "https://git.fudo.org/fudo-public/nix-helpers.git" "url": "https://git.fudo.org/fudo-public/nix-helpers.git"
}, },
"original": { "original": {
"ref": "with-deps",
"type": "git", "type": "git",
"url": "https://git.fudo.org/fudo-public/nix-helpers.git" "url": "https://git.fudo.org/fudo-public/nix-helpers.git"
} }

View File

@ -5,7 +5,8 @@
nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgs.url = "nixpkgs/nixos-22.11";
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";
helpers = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };