chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
5a1d50cece
commit
b27ca31c71
3 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
pkgs:
|
pkgs:
|
||||||
pkgs.dockerTools.pullImage {
|
pkgs.dockerTools.pullImage {
|
||||||
imageName = "nextcloud";
|
imageName = "nextcloud";
|
||||||
imageDigest = "sha256:85f625a5b4ca3ace206cdbefb0c111e2feaa110f4cd64489463bb36d75713490";
|
imageDigest = "sha256:60b34beeb8f549437400744c05c9c2ae4520db16fbb9941d347a4dfe9783ca8d";
|
||||||
sha256 = "1b7vflw19bg4i7mf108hp4g3z45kc8qrdmbsfxmrljs4788wqc7w";
|
sha256 = "1ad3v72zcn6w2mnm4vggfbhbkc510s717s8hr8idbvnk9iqcawlk";
|
||||||
finalImageName = "nextcloud";
|
finalImageName = "nextcloud";
|
||||||
finalImageTag = "29.0.1-fpm";
|
finalImageTag = "29.0.1-fpm";
|
||||||
}
|
}
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
jellyfin-flake,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
|
@ -62,7 +63,6 @@ in {
|
||||||
spotifywm
|
spotifywm
|
||||||
photoqt
|
photoqt
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
jellyfin-media-player
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|
||||||
# tools
|
# tools
|
||||||
|
@ -74,6 +74,8 @@ in {
|
||||||
satty
|
satty
|
||||||
])
|
])
|
||||||
++ [
|
++ [
|
||||||
|
jellyfin-flake.packages.${pkgs.system}.jellyfin-media-player
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Discord themes for Vencord
|
Discord themes for Vencord
|
||||||
https://markchan0225.github.io/RoundedDiscord/RoundedDiscord.theme.css
|
https://markchan0225.github.io/RoundedDiscord/RoundedDiscord.theme.css
|
||||||
|
|
Loading…
Reference in a new issue