upgrade nixpkgs and apply related fixes

This commit is contained in:
monacoremo
2020-12-23 09:39:36 -05:00
committed by Steve Chavez
parent bf141ca13f
commit 9cfc66a6a4
9 changed files with 51 additions and 171 deletions
@@ -9,8 +9,7 @@
}:
name: text:
let
writeBin =
name: text:
bin =
writeTextFile {
inherit name;
executable = true;
@@ -34,9 +33,6 @@ let
'';
};
bin =
writeBin name text;
script =
runCommand name { inherit bin name; } "ln -s $bin/bin/$name $out";
in