Wrappers vs. Dotfiles: Difference between revisions

imported>IgorM
m Added to category "Configuration"
m fixed a code block that i copypasted, and then suffered for 2 hours debugging
 
Line 22: Line 22:
     name = name;
     name = name;
     paths = [
     paths = [
      (super.writeShellScriptBin name text)
       super."${name}"
       super."${name}"
      (super.writeShellScriptBin name text)
     ];
     ];
   };
   };