inputs/maunium-stickerpicker-nix: pin to release

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-09 16:17:30 +02:00
parent c7123f23ac
commit 68bf2cd1b0
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@
}; };
maunium-stickerpicker = { maunium-stickerpicker = {
# url = "git+file:///home/h7x4/git/maunium-stickerpicker-nix"; url = "github:h7x4/maunium-stickerpicker-nix/0.1.0";
url = "github:h7x4/maunium-stickerpicker-nix/project-rewrite"; inputs.nixpkgs.follows = "nixpkgs";
}; };
minecraft = { minecraft = {

View File

@ -8,7 +8,7 @@ in {
stickerMatrixDomain = "pingu-stickers.nani.wtf"; stickerMatrixDomain = "pingu-stickers.nani.wtf";
# These will be defined by `useACMECert` in nginx config # These will be defined by `useACMECert` in nginx config
enableACME = false; enableACME = false;
stickerpacks = with stickerpacks; [ stickerPacks = with stickerpacks; [
dogCatCatgirlSide dogCatCatgirlSide
frownCat1 frownCat1
niniCouple1 niniCouple1
@ -23,7 +23,7 @@ in {
realMatrixDomain = "matrix.nani.wtf"; realMatrixDomain = "matrix.nani.wtf";
stickerMatrixDomain = "h7x4-stickers.nani.wtf"; stickerMatrixDomain = "h7x4-stickers.nani.wtf";
enableACME = false; enableACME = false;
stickerpacks = with stickerpacks; [ stickerPacks = with stickerpacks; [
dogCatDogboySide dogCatDogboySide
niniCouple1 niniCouple1
niniCouple2 niniCouple2