chore: unpin hyprland and nextcloud, switch back to nixos-unstable
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/5ae0a9e' (2024-09-21) → 'github:Aylur/astal/8cab7d0' (2024-09-22) • Updated input 'home-manager': 'github:nix-community/home-manager/14929f7' (2024-09-21) → 'github:nix-community/home-manager/04213d1' (2024-09-22) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=b248d59&submodules=1' (2024-09-18) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=e5ff19a&submodules=1' (2024-09-22) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/faf4c74' (2024-09-21) → 'github:Jovian-Experiments/Jovian-NixOS/d71bcb4' (2024-09-22) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/7ea77f2' (2024-09-20) → 'github:fufexan/nix-gaming/43a085b' (2024-09-22) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/c1b0fa0' (2024-09-16) → 'github:Mic92/nix-index-database/c7515c2' (2024-09-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/eca2693' (2024-09-21) → 'github:NixOS/nixpkgs/c04d565' (2024-09-19) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/ff23ca1' (2024-09-21) → 'github:nix-community/nixpkgs-wayland/a1318d7' (2024-09-22) Docker Images: • nextcloud fpm: sha256:74e016552a6f908fa3700c0dfa3757fb20f8ff2a630cd357ebbdc9c359a53bf0 → sha256:724553f742322d67f34282be46b414572d4e0cd46ccd54d2f2a24b6a87a472b0 • ghcr.io/linuxserver/radarr latest: sha256:dfbce5095045fc1c15058318342ee590ab50379854b13464dd2ca17b10c4beb4 → sha256:df843d96b812d858b94377ffed1918424ece6735038a19e8ff93730277757b65
This commit is contained in:
parent
43d76d6261
commit
f8dd9f7891
6 changed files with 6 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "ghcr.io/linuxserver/radarr";
|
||||
imageDigest = "sha256:dfbce5095045fc1c15058318342ee590ab50379854b13464dd2ca17b10c4beb4";
|
||||
sha256 = "0f0j5ci4x23xm79vczp1i1m68nqydkqy1qad3k7gqmkx7zl3b8rm";
|
||||
imageDigest = "sha256:df843d96b812d858b94377ffed1918424ece6735038a19e8ff93730277757b65";
|
||||
sha256 = "0bmbrn58xkc38fcysd9pqg6jwjzd5w5msdb6nh9j9h3g09ivi303";
|
||||
finalImageName = "ghcr.io/linuxserver/radarr";
|
||||
finalImageTag = "latest";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "nextcloud";
|
||||
imageDigest = "sha256:74e016552a6f908fa3700c0dfa3757fb20f8ff2a630cd357ebbdc9c359a53bf0";
|
||||
sha256 = "0ysq5fh4dkxvprzqd9wdsrwwj7mhj3a2nsinwz14r7shv1jzhra8";
|
||||
imageDigest = "sha256:724553f742322d67f34282be46b414572d4e0cd46ccd54d2f2a24b6a87a472b0";
|
||||
sha256 = "042an85vz29gb8ipd3sprnslhly3v1zz0qiib2dyibgq1f82qz3q";
|
||||
finalImageName = "nextcloud";
|
||||
finalImageTag = "29.0.6-fpm";
|
||||
finalImageTag = "fpm";
|
||||
}
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -113,10 +113,6 @@ let
|
|||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
rev = "b248d59713d99a8338d25f4765fd2f564069f98b";
|
||||
|
||||
# FIXME: discord crashes https://github.com/hyprwm/Hyprland/issues/7846
|
||||
# rev = "94140e886ea8c4ac34478d290c212f0f5454ab2e";
|
||||
};
|
||||
|
||||
hyprland-plugins = mkHyprDep {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
nixpkgs = mkInput {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
ref = "nixos-unstable-small";
|
||||
ref = "nixos-unstable";
|
||||
};
|
||||
|
||||
home-manager = mkDep {
|
||||
|
|
Loading…
Reference in a new issue