common: Fixed pastebinit being passed as a list

This commit is contained in:
Giulio De Pasquale 2023-03-25 18:24:53 +01:00
parent a3a7252552
commit 2b287cfbbf

View File

@ -11,7 +11,7 @@
home-manager home-manager
ripgrep ripgrep
] ]
++ lib.optional (!stdenv.isDarwin) [ pastebinit ]; ++ lib.optional (!stdenv.isDarwin) pastebinit;
stateVersion = "22.11"; stateVersion = "22.11";
}; };