fix(hm): switch back to upstream
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
edac66e017
commit
6ddeafa403
4 changed files with 3 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "ghcr.io/fallenbagel/jellyseerr";
|
||||
imageDigest = "sha256:0bb9f0c6e110ed2d621972054ae221b8a46364ea69922781ccf0821722c6831a";
|
||||
sha256 = "132i3dy8r97yamdgfnj8hbrjp121r9pxgs71khsjs2jd2l4kh0yi";
|
||||
imageDigest = "sha256:dbd97b5111d8655df32f8874d249b243ac1d4375649a2868bcc8e6a0f05aa09d";
|
||||
sha256 = "04d1kz9qm3j4mnz5ixzm2mkj84cf6bx8rlw8iszp1sk5mwyncwci";
|
||||
finalImageName = "ghcr.io/fallenbagel/jellyseerr";
|
||||
finalImageTag = "develop";
|
||||
}
|
||||
|
|
|
@ -10,12 +10,8 @@
|
|||
};
|
||||
|
||||
home-manager = mkDep {
|
||||
# owner = "nix-community";
|
||||
owner = "matt1432";
|
||||
owner = "nix-community";
|
||||
repo = "home-manager";
|
||||
|
||||
# FIXME: go back to upstream once https://github.com/nix-community/home-manager/pull/5524 is accepted
|
||||
ref = "fix-mpv-pkg";
|
||||
};
|
||||
|
||||
nix-on-droid = mkDep {
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
Loading…
Reference in a new issue