my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

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

isabel/direnv: remove build fix

isabel c2d185ac f0b33263

-7
-7
home/isabel/cli/direnv.nix
··· 4 4 inherit (config.garden.profiles.workstation) enable; 5 5 silent = true; 6 6 7 - # FIXME: build error 8 - package = pkgs.direnv.overrideAttrs (_oldAttrs: { 9 - postPatch = '' 10 - substituteInPlace GNUmakefile --replace-fail " -linkmode=external" "" 11 - ''; 12 - }); 13 - 14 7 # faster, persistent implementation of use_nix and use_flake 15 8 nix-direnv = { 16 9 enable = true;