feat: add noisepics to server

This commit is contained in:
Jet 2026-03-18 17:03:28 -07:00
parent e91c4949d0
commit bb1b8ca33f
No known key found for this signature in database
4 changed files with 44 additions and 0 deletions

21
flake.lock generated
View file

@ -295,6 +295,26 @@
"url": "https://git.extremist.software/jet/noisebell"
}
},
"noisepics": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1773877610,
"narHash": "sha256-95MYG1YSdry/YUbUeaMlfAhYE9j4WxNjO4iRJuFo4T0=",
"ref": "refs/heads/main",
"rev": "acca19d3dd8249fe8648de22f3f0263fadf1db8a",
"revCount": 1,
"type": "git",
"url": "https://git.extremist.software/jet/noisepics"
},
"original": {
"type": "git",
"url": "https://git.extremist.software/jet/noisepics"
}
},
"pi-service": {
"inputs": {
"crane": "crane",
@ -341,6 +361,7 @@
"mymx": "mymx",
"nixpkgs": "nixpkgs",
"noisebell": "noisebell",
"noisepics": "noisepics",
"website": "website"
}
},