We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0e407 commit eedf653Copy full SHA for eedf653
flake.nix
@@ -36,7 +36,7 @@
36
inherit version;
37
dontPatchShebangs = true;
38
};
39
- vendorHash = "sha256-xMcNsYkTAmjCUkvgDuCFSbNqO4DBBocLSGIPh2Awf/4="; #pkgs.lib.fakeHash;
+ vendorHash = "sha256-iXEBA6FDHPQUjgMsC8a5blojxG/ubS95dKbOknQx8Ts="; #pkgs.lib.fakeHash;
40
cli = pkgs.callPackage ./distros/nix/cli.nix {
41
inherit version vendorHash;
42
0 commit comments