This commit is contained in:
Astro 2022-08-13 21:03:14 +02:00
parent 24a3d380a3
commit afd6b12626
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Clients
```bash
NIXPKGS_ALLOW_UNFREE=1 nix run --extra-experimental-features nix-command\ flakes --impure git+https://gitea.c3d2.de/astro/quakeflake
NIXPKGS_ALLOW_UNFREE=1 nix run --extra-experimental-features nix-command\ flakes --impure git+https://gitea.c3d2.de/astro/quakeflake?ref=main
```

View File

@ -36,7 +36,7 @@
name = "q3a";
paths = [
quake3e
(runCommandNoCC "baseq3" {} ''
(runCommand "baseq3" {} ''
mkdir -p $out/lib/baseq3
ln -s ${self.packages.${system}.isoBaseq3}/* $out/lib/baseq3/
ln -s ${quake3pointrelease}/baseq3/* $out/lib/baseq3/