We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3565809 commit a26faa9Copy full SHA for a26faa9
overlays/default.nix
@@ -34,8 +34,8 @@ let
34
let
35
tarball = final.fetchzip {
36
name = "nix-tools-0.1.0.0";
37
- url = "https://ci.zw3rk.com/build/3108674/download/1/nix-tools-0.1.0.0-x86_64-unknown-linux-musl.tar.gz";
38
- sha256 = "sha256-KJ3BcmJqPjlN24+mIRPbmwRLS8eoMmGWz8AOh6H45bo=";
+ url = "https://ci.zw3rk.com/build/3419283/download/1/nix-tools-0.1.0.0-x86_64-unknown-linux-musl.tar.gz";
+ sha256 = "sha256-0NFDSRJM+f8n3K8902LqqjNJfyqgWUTKAM5xmInsqpU=";
39
};
40
nix-tools-provided-exes = builtins.attrNames nix-tools-pkgs.nix-tools.exes;
41
in
0 commit comments