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

Configure Feed

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

isabel/cli: fix build

rember to remove this

+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 + 7 14 # faster, persistent implementation of use_nix and use_flake 8 15 nix-direnv = { 9 16 enable = true;