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

Configure Feed

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

nixos/enviroment/binsh: init

isabel 7dced6a1 ec5894e9

+8
+7
modules/nixos/environment/binsh.nix
··· 1 + # This *should* not break anything, but it theory it might... 2 + # on the other hand it should also make our scripts run somewhat faster, so i'll take it 3 + # <https://discourse.nixos.org/t/making-nixpkgs-less-dependent-on-bash/76443?u=isabelroses> 4 + { lib, pkgs, ... }: 5 + { 6 + environment.binsh = lib.getExe pkgs.dash; 7 + }
+1
modules/nixos/environment/default.nix
··· 1 1 { 2 2 imports = [ 3 3 # keep-sorted start 4 + ./binsh.nix # changes /bin/sh 4 5 ./console.nix # changes to the console 5 6 ./documentation.nix # nixos' provided documentation 6 7 ./fonts.nix # fonts