Revert "Revert "Fix mkTf2Config derivation names ending with a dash -""
This reverts commit 98673e8d34.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
pname = "deerhud";
|
||||
custom = [
|
||||
(fetchFromGitHub {
|
||||
name = "deerhud";
|
||||
name = "deerhud-src";
|
||||
owner = "DeerUwU";
|
||||
repo = "deerhud-tf2";
|
||||
rev = "78a24effbc66bc78b4bb557228eaa0195db3270c";
|
||||
|
||||
@@ -5,7 +5,7 @@ builtins.mapAttrs
|
||||
pname = name;
|
||||
custom = [
|
||||
(fetchFromGitHub (builtins.removeAttrs e.src ["__type"] // {
|
||||
inherit name;
|
||||
name = "${name}-src";
|
||||
}))
|
||||
];
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user