···5454## NixOS snippets {#sec-activation-script-nixos-snippets}55555656There are some snippets NixOS enables by default because disabling them would5757-most likely break you system. This section lists a few of them and what they5757+most likely break your system. This section lists a few of them and what they5858do:59596060- `binsh` creates `/bin/sh` which points to the runtime shell
···7373 <title>NixOS snippets</title>7474 <para>7575 There are some snippets NixOS enables by default because disabling7676- them would most likely break you system. This section lists a few7676+ them would most likely break your system. This section lists a few7777 of them and what they do:7878 </para>7979 <itemizedlist spacing="compact">
···66, nordzy-themes ? [ "all" ] # Override this to only install selected themes77}:8899-stdenvNoCC.mkDerivation {99+stdenvNoCC.mkDerivation rec {1010 pname = "nordzy-icon-theme";1111- version = "unstable-2022-01-23";1111+ version = "1.5";12121313 src = fetchFromGitHub {1414 owner = "alvatip";1515 repo = "Nordzy-icon";1616- rev = "10b9ee80ef5c4cac1d1770d89a6d55046521ea36";1717- sha256 = "1b8abhs5gzr2qy407jq818pr67vjky8zn3pa3c8n552ayybblibk";1616+ rev = version;1717+ sha256 = "sha256-2uMbiee7wCyDxs6kYd5sL/keDVIVjIWxoci5/t2HF8s=";1818 };19192020 # In the post patch phase we should first make sure to patch shebangs.