common: Fixed pastebinit being passed as a list
This commit is contained in:
parent
a3a7252552
commit
2b287cfbbf
@ -11,7 +11,7 @@
|
||||
home-manager
|
||||
ripgrep
|
||||
]
|
||||
++ lib.optional (!stdenv.isDarwin) [ pastebinit ];
|
||||
++ lib.optional (!stdenv.isDarwin) pastebinit;
|
||||
|
||||
stateVersion = "22.11";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user