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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue