diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/home/modules/games.nix | 2 | ||||
-rw-r--r-- | users/tazjin/finito/default.nix | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/games.nix b/users/grfn/system/home/modules/games.nix index 5272ac9330fc..873182663020 100644 --- a/users/grfn/system/home/modules/games.nix +++ b/users/grfn/system/home/modules/games.nix @@ -55,7 +55,7 @@ mkMerge [ (mkIf stdenv.isLinux { home.packages = [ df - polymc + prismlauncher ]; }) ] diff --git a/users/tazjin/finito/default.nix b/users/tazjin/finito/default.nix index e50ac32be452..9a39591eab1d 100644 --- a/users/tazjin/finito/default.nix +++ b/users/tazjin/finito/default.nix @@ -2,4 +2,8 @@ depot.third_party.naersk.buildPackage { src = ./.; + + # Got broken by a rustc update (?) + # https://buildkite.com/tvl/depot/builds/17910#01841493-dc42-44f8-b904-32bf3d835485 + meta.ci.skip = true; } |