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.

Revert "nixos/enviroment/binsh: init"

This reverts commit 7dced6a108f569f594749eb35a1647d2a4b6e7a9.

this currently breaks launching my compositior

isabel 3d55ec50 bf004672

-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 5 4 ./console.nix # changes to the console 6 5 ./documentation.nix # nixos' provided documentation 7 6 ./fonts.nix # fonts