Files
1.20.1-FearFactoryTest
devtools
ExtractReports.py
FormatRules.py
MobDimSpawningRulesInput.txt
checkhash.nix
report.txt
shell.nix
hooks
.gitattributes
.gitignore
Changes TBI.txt
PSA.txt
README.md
instgroups.json
FearFactory/devtools/checkhash.nix
2025-05-18 15:24:55 -05:00

11 lines
340 B
Nix

with import <nixpkgs> {};
let
url = "https://github.com/shiftkey/desktop/releases/download/release-3.2.1-linux1/GitHubDesktop-linux-3.2.1-linux1.AppImage";
in
builtins.fetchurl {
inherit url;
# intentionally use a bad hash to force Nix to tell you the correct one
sha256 = "0000000000000000000000000000000000000000000000000000";
}