We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e822f1c commit 3887116Copy full SHA for 3887116
overlay.nix
@@ -94,7 +94,7 @@ self: super:
94
defaultGemConfig = super.defaultGemConfig // {
95
oxidized = (attrs: rec {
96
tplinkPatch = (super.fetchpatch {
97
- url = https://patch-diff.githubusercontent.com/raw/ytti/oxidized/pull/1443.diff;
+ url = "https://patch-diff.githubusercontent.com/raw/ytti/oxidized/pull/1443.diff";
98
sha256 = "09dyf1hnxgdxfkh9l6y63qmm1ds5wgb2d52vvrwwc0s4gl0b1yad";
99
});
100
postInstall = ''
0 commit comments