Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

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

fix: Lix nix-direnv infrec

For whatever reason that one package still infrecs unless I override it
manually

+3 -2
+3 -2
nix/overlays/lix.nix
··· 2 2 {...}: final: prev: let 3 3 inherit (prev) lib; 4 4 rev = "stable"; 5 + nix = final.lixPackageSets.${rev}.lix; 5 6 in { 6 7 # Workaround for infrec found here https://github.com/NixOS/nixpkgs/pull/445223#issuecomment-3330902652 7 - nix = final.lixPackageSets.${rev}.lix; 8 + inherit nix; 9 + nix-direnv = prev.nix-direnv.override {inherit nix;}; 8 10 inherit 9 11 (final.lixPackageSets.${rev}) 10 12 colmena 11 - nix-direnv 12 13 nix-eval-jobs 13 14 nix-fast-build 14 15 nixpkgs-review