updated build tool
This commit is contained in:
parent
eb10cbd4fc
commit
8b1327f66a
11
flake.lock
11
flake.lock
|
@ -111,15 +111,16 @@
|
|||
"utils": "utils_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1683740681,
|
||||
"narHash": "sha256-KmOssuvCVsOiSspVzpqW/OdPWMCbRieUUACDQcPs7cI=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "7930d2d726a4e434d27022ca84ae25cdc833cd72",
|
||||
"revCount": 33,
|
||||
"lastModified": 1684274921,
|
||||
"narHash": "sha256-RH12Qx4u5LMomcBZaTBii1EhlHQ3TUgaKUcn+cqiClA=",
|
||||
"ref": "with-deps",
|
||||
"rev": "056710d1ef79ee9fabcd6808d3179779f65f45fd",
|
||||
"revCount": 55,
|
||||
"type": "git",
|
||||
"url": "https://git.fudo.org/fudo-public/nix-helpers.git"
|
||||
},
|
||||
"original": {
|
||||
"ref": "with-deps",
|
||||
"type": "git",
|
||||
"url": "https://git.fudo.org/fudo-public/nix-helpers.git"
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue