From afd6b12626293bef3c8be793704025b2899bdc46 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 13 Aug 2022 21:03:14 +0200 Subject: [PATCH] fixes --- README.md | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bec7c7..82ac1db 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/flake.nix b/flake.nix index a373aa6..418ce88 100644 --- a/flake.nix +++ b/flake.nix @@ -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/