mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
misplaced semicolon
This commit is contained in:
parent
f410badac5
commit
bfc438a275
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ with lib; (base: overlays': stdenvNoCC.mkDerivation {
|
||||||
'')}
|
'')}
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
});
|
})
|
||||||
|
|
Loading…
Reference in a new issue