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
158f0a6813
commit
f08e17f51b
4 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
pkgs:
|
pkgs:
|
||||||
pkgs.dockerTools.pullImage {
|
pkgs.dockerTools.pullImage {
|
||||||
imageName = "ghcr.io/linuxserver/radarr";
|
imageName = "ghcr.io/linuxserver/radarr";
|
||||||
imageDigest = "sha256:4b8d6111bd6708e27741ce427b1a200a2203977187e6a76e9a5b494f43bfeb74";
|
imageDigest = "sha256:594fab7afdb1de2f61a82835f3f2377a6220d4940d4b49bfa95e82d8a6b13a95";
|
||||||
sha256 = "1jz8xhyxmi4fgb85wmc4zs5wf5wq3pggwgg4y0jihh4k3cpr2qf3";
|
sha256 = "08marxpgx249db5nc23qq40vpynygs7nx0vg0dmhgyv4jkvn4cb9";
|
||||||
finalImageName = "ghcr.io/linuxserver/radarr";
|
finalImageName = "ghcr.io/linuxserver/radarr";
|
||||||
finalImageTag = "latest";
|
finalImageTag = "latest";
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,8 +10,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = mkDep {
|
home-manager = mkDep {
|
||||||
owner = "nix-community";
|
# owner = "nix-community";
|
||||||
|
owner = "matt1432";
|
||||||
repo = "home-manager";
|
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 {
|
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