diff --git a/flake.nix b/flake.nix index 15f8bc4..fa02e79 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ flake = false; }; lix-module = { - url = "git+https://git.lix.systems/lix-project/nixos-module"; + url = "git+https://git.lix.systems/lix-project/nixos-module?ref=fix-prefetch-npm-deps"; inputs = { lix.follows = "lix"; nixpkgs.follows = "nixpkgs"; diff --git a/hm/gaming/default.nix b/hm/gaming/default.nix index 99b0d5c..67b2c6c 100644 --- a/hm/gaming/default.nix +++ b/hm/gaming/default.nix @@ -12,7 +12,7 @@ # TODO factorio steam # Common pitfall: https://github.com/NixOS/nixpkgs/issues/86506#issuecomment-623746883 - # itch # TODO Disabled because 23.11 version of npm-fetch-deps include nix so can't change nix, unstable has broken dependency + itch ]; sessionVariables = { BOOT9_PATH = "${config.xdg.dataHome}/citra-emu/sysdata/boot9.bin";