fix: Correct { _ } to _
This commit is contained in:
parent
4c9632ae99
commit
c637b646f6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ _ }:
|
||||
_:
|
||||
{
|
||||
config = {
|
||||
nix = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ _ }:
|
||||
_:
|
||||
final: prev: {
|
||||
figlet = prev.figlet.overrideAttrs (old: {
|
||||
contributed = prev.fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue