fix(binary cache): fix nixci script
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
bb3c990d1b
commit
d0c3ccdda3
2 changed files with 4 additions and 1 deletions
|
@ -29,6 +29,9 @@ in {
|
||||||
|
|
||||||
script = ''
|
script = ''
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
if [[ -d ./nix-clone ]]; then
|
||||||
|
rm -r ./nix-clone
|
||||||
|
fi
|
||||||
git clone https://git.nelim.org/matt1432/nixos-configs.git nix-clone
|
git clone https://git.nelim.org/matt1432/nixos-configs.git nix-clone
|
||||||
cd nix-clone
|
cd nix-clone
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
|
@ -13,7 +13,7 @@ in
|
||||||
owner = "Godiesc";
|
owner = "Godiesc";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "sha256-lMco3TYQNVTQEF5TpKiHUbexdB5pD3OmqjACD2BJZaY=";
|
sha256 = "sha256-FCx5mADqrjAN27lLaZViOFGUNDg/2jpern8sem8u49w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue