fix(binary cache): fix nixci script
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-30 14:56:47 -05:00
parent bb3c990d1b
commit d0c3ccdda3
2 changed files with 4 additions and 1 deletions

View file

@ -29,6 +29,9 @@ in {
script = ''
cd /tmp
if [[ -d ./nix-clone ]]; then
rm -r ./nix-clone
fi
git clone https://git.nelim.org/matt1432/nixos-configs.git nix-clone
cd nix-clone
nix flake update

View file

@ -13,7 +13,7 @@ in
owner = "Godiesc";
repo = pname;
rev = "${version}";
sha256 = "sha256-lMco3TYQNVTQEF5TpKiHUbexdB5pD3OmqjACD2BJZaY=";
sha256 = "sha256-FCx5mADqrjAN27lLaZViOFGUNDg/2jpern8sem8u49w=";
};
installPhase = ''