Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

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

refactor(shell): Rework default shell maker

+4 -4
+2 -2
shells/rust/default.nix
··· 6 6 }: 7 7 8 8 let 9 - inherit (lib.lpchaim.shell) makeDevShellWithDefaultPackages; 9 + inherit (lib.lpchaim.shell) makeDevShellWithDefaults; 10 10 in 11 - makeDevShellWithDefaultPackages { 11 + makeDevShellWithDefaults { 12 12 inherit pkgs mkShell; 13 13 packages = with pkgs; [ 14 14 cargo
+2 -2
shells/work/default.nix
··· 5 5 }: 6 6 7 7 let 8 - inherit (lib.lpchaim.shell) makeDevShellWithDefaultPackages; 8 + inherit (lib.lpchaim.shell) makeDevShellWithDefaults; 9 9 in 10 - makeDevShellWithDefaultPackages { 10 + makeDevShellWithDefaults { 11 11 inherit pkgs mkShell; 12 12 packages = with pkgs; [ 13 13 nodePackages.intelephense