nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 10 lines 182 B view raw
1{ 2 setup-helper = { 3 preBuild = '' 4 substituteInPlace setup-helper.setup \ 5 --replace "(chicken-home)" \"$out/share/\" 6 7 cat setup-helper.setup 8 ''; 9 }; 10}