Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use nixpkgs turbo pr to get around build failures

yemou 9835ee43 d2a4e5b6

+4 -1
+2
flake.nix
··· 22 22 23 23 roc-lang.url = "github:roc-lang/roc"; 24 24 tangled.url = "git+https://tangled.org/tangled.org/core?ref=refs/tags/v1.11.0-alpha"; 25 + 26 + nixpkgs-pr485074-turbo.url = "github:Hythera/nixpkgs?ref=pkgs/turbo-unwrapped/update"; 25 27 }; 26 28 27 29 outputs =
+2 -1
modules/games.nix
··· 1 - { pkgs, ... }: 1 + { pkgs, nixpkgs-pr485074-turbo, ... }: 2 2 { 3 3 imports = [ ./unfree.nix ]; 4 4 ··· 30 30 }; 31 31 } 32 32 ); 33 + inherit (nixpkgs-pr485074-turbo.legacyPackages.${prev.system}) turbo turbo-unwrapped; 33 34 }) 34 35 ]; 35 36