Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2025-01-18) rev: f658990328f47530097ab0242a5575cbba92b9ea → 'github:elchininet/custom-sidebar' (2025-01-19) rev: f40e85e4b59b47900b47d9054acfbbce80b60550 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-01-18) rev: 97d7946b5e107dd03cc82f21165251d4e0159655 → 'github:nix-community/home-manager' (2025-01-19) rev: f8ef4541bb8a54a8b52f19b52912119e689529b3 • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2025-01-18) rev: ea3a6079a7e34235ee3df4b600ee11e48b0e7f4d → 'github:horriblename/hyprgrass' (2025-01-19) rev: 563725ad0fd86349616b5f107230a13c12194d18 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-01-18) rev: f56153a9c1b0a00fac0932a95e0cfa5a4f6c681f → 'github:hyprwm/Hyprland' (2025-01-19) rev: 407453166ce2a52433c7b0b4ee92a41e47ef8f6d • Updated input 'hyprland/hyprland-protocols': 'github:hyprwm/hyprland-protocols' (2025-01-01) rev: e3b6af97ddcfaafbda8e2828c719a5af84f662cb → 'github:hyprwm/hyprland-protocols' (2025-01-17) rev: 455c055883d9639d4fcbfcedb4c6d12ce313791e • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-01-17) rev: 27a0ddac1a14e10ba98530f59db728951495f2ce → 'github:Jovian-Experiments/Jovian-NixOS' (2025-01-19) rev: e26d456e9d9a33f66e1985ab4c06e1940352ef40 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-01-18) rev: b681ff2c9c9163f24ca705d948bb0cee1b3e09f9 → 'github:NixOS/nixpkgs' (2025-01-19) rev: 50165c4f7eb48ce82bd063e1fb8047a0f515f8ce • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-01-15) rev: 8f3a889a1bb60d58f42fc671d8a0b73496ede51c → 'github:nix-community/nixpkgs-wayland' (2025-01-19) rev: 47260b4b1459fee2a27a630adf5be5caf0495ac2 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-01-19) rev: 15ac106e35d075deb7688b9687d637db9fcb1203 → 'github:make-all/tuya-local' (2025-01-19) rev: 4d4cd82b3e6dcb32201b0441f4e043605d76b39b Docker Images: • 21hsmw/flaresolverr nodriver: sha256:21ade52a9dc85c1bc1592ccc994e41f3365a4603b3ca4a11328583aa6e99ace1 → sha256:3d99be35f845750adba3b9aa23844b7f585eeac6b1b45157bf14aaa8f7d16e20 • ghcr.io/linuxserver/radarr latest: sha256:dce7e81d08da67cf44437c7213d19faeef1323aa839712fbb53d1253ef94f93f → sha256:7a25facfb3e08c9f57cee1ffd995141de80587be1b038bba5fa8611c2355225a
This commit is contained in:
parent
8327c991fc
commit
bc6b943b56
9 changed files with 41 additions and 60 deletions
|
@ -11,7 +11,6 @@
|
|||
nixpkgs = mkInput {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
# FIXME: https://pr-tracker.nelim.org/?pr=374780
|
||||
ref = "nixos-unstable-small";
|
||||
};
|
||||
|
||||
|
|
|
@ -13,17 +13,6 @@
|
|||
home-assistant = {
|
||||
package = pkgs.home-assistant.override {
|
||||
packageOverrides = final: prev: {
|
||||
# FIXME: https://pr-tracker.nelim.org/?pr=370782
|
||||
gevent = prev.gevent.overridePythonAttrs rec {
|
||||
pname = "gevent";
|
||||
version = "24.11.1";
|
||||
|
||||
src = pkgs.fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-i9FBkRTp5KPtM6W612av/5o892XLRApYKhs6m8gMGso=";
|
||||
};
|
||||
};
|
||||
|
||||
# HassTimer has way too many collisions with my custom timer sentences
|
||||
home-assistant-intents = prev.home-assistant-intents.overrideAttrs (o: {
|
||||
nativeBuildInputs = o.nativeBuildInputs ++ [pkgs.findutils];
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "21hsmw/flaresolverr";
|
||||
imageDigest = "sha256:21ade52a9dc85c1bc1592ccc994e41f3365a4603b3ca4a11328583aa6e99ace1";
|
||||
sha256 = "0yws6hmhf4hips767bx7rc3mzsnwnifs38ii7n6m8466sm3sw2kb";
|
||||
imageDigest = "sha256:3d99be35f845750adba3b9aa23844b7f585eeac6b1b45157bf14aaa8f7d16e20";
|
||||
hash = "sha256-ggQ9Z01xBegTwnr/8fp9mN140ds5ZO5Lk1yWhCbJ1TQ=";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "nodriver";
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage rec {
|
||||
imageName = "ghcr.io/linuxserver/radarr";
|
||||
imageDigest = "sha256:dce7e81d08da67cf44437c7213d19faeef1323aa839712fbb53d1253ef94f93f";
|
||||
hash = "sha256-ofd2SBBeWZ1n9igIq0wp3G4L1tt8UMIVvhtt35pVl3I=";
|
||||
imageDigest = "sha256:7a25facfb3e08c9f57cee1ffd995141de80587be1b038bba5fa8611c2355225a";
|
||||
hash = "sha256-UYsBnvw9PWZXXZAqVhJkAMZ2IkrTOqvkAYjiHoIbXuw=";
|
||||
finalImageName = imageName;
|
||||
finalImageTag = "latest";
|
||||
}
|
||||
|
|
71
flake.lock
generated
71
flake.lock
generated
|
@ -147,11 +147,11 @@
|
|||
"custom-sidebar-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1737233385,
|
||||
"narHash": "sha256-UQUqrhgh1scCwL0N0NMQ9gCsfQqNRTxYVUmYBD5Vkis=",
|
||||
"lastModified": 1737316633,
|
||||
"narHash": "sha256-ItvyUQ4m6j55Xp7rZsUHcSMVhCpqcWDhNypk89E/NHc=",
|
||||
"owner": "elchininet",
|
||||
"repo": "custom-sidebar",
|
||||
"rev": "f658990328f47530097ab0242a5575cbba92b9ea",
|
||||
"rev": "f40e85e4b59b47900b47d9054acfbbce80b60550",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -466,11 +466,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737221749,
|
||||
"narHash": "sha256-igllW0yG+UbetvhT11jnt9RppSHXYgMykYhZJeqfHs0=",
|
||||
"lastModified": 1737299337,
|
||||
"narHash": "sha256-0NBrY2A7buujKmeCbieopOMSbLxTu8TFcTLqAbTnQDw=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "97d7946b5e107dd03cc82f21165251d4e0159655",
|
||||
"rev": "f8ef4541bb8a54a8b52f19b52912119e689529b3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -544,17 +544,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737223163,
|
||||
"lastModified": 1737310816,
|
||||
"narHash": "sha256-QtVpAZaeEvXNnxAyMNzW7j/X4UNyKWGsH8ulhW+jx5M=",
|
||||
"owner": "horriblename",
|
||||
"repo": "hyprgrass",
|
||||
"rev": "ea3a6079a7e34235ee3df4b600ee11e48b0e7f4d",
|
||||
"rev": "563725ad0fd86349616b5f107230a13c12194d18",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "horriblename",
|
||||
"repo": "hyprgrass",
|
||||
"rev": "ea3a6079a7e34235ee3df4b600ee11e48b0e7f4d",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -582,11 +581,11 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737197318,
|
||||
"narHash": "sha256-dzG7PTu2TvBhrVbx5ouFGclQBgfrLobiMH1LWGKSR+I=",
|
||||
"lastModified": 1737310896,
|
||||
"narHash": "sha256-SUnsf+pETM84bT1G0aPAle22Og6mZFf53rq0thVI2cg=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "f56153a9c1b0a00fac0932a95e0cfa5a4f6c681f",
|
||||
"rev": "407453166ce2a52433c7b0b4ee92a41e47ef8f6d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -635,11 +634,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1735774328,
|
||||
"narHash": "sha256-vIRwLS9w+N99EU1aJ+XNOU6mJTxrUBa31i1r82l0V7s=",
|
||||
"lastModified": 1737127640,
|
||||
"narHash": "sha256-mIQ3/axCZ4g8ySwWRbW4fJcyC9v55uAii3cqlJRtW8g=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "hyprland-protocols",
|
||||
"rev": "e3b6af97ddcfaafbda8e2828c719a5af84f662cb",
|
||||
"rev": "455c055883d9639d4fcbfcedb4c6d12ce313791e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -823,11 +822,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737126697,
|
||||
"narHash": "sha256-k1YhjONkiKBHzbjNy4ZsjysBac5UJSolCVq9cTKLeKM=",
|
||||
"lastModified": 1737307080,
|
||||
"narHash": "sha256-YKQbvo0758a1P3pjWh75qZDPIC/18ttDtPk9PD4S4lQ=",
|
||||
"owner": "Jovian-Experiments",
|
||||
"repo": "Jovian-NixOS",
|
||||
"rev": "27a0ddac1a14e10ba98530f59db728951495f2ce",
|
||||
"rev": "e26d456e9d9a33f66e1985ab4c06e1940352ef40",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -892,11 +891,11 @@
|
|||
"nixpkgs-lib": "nixpkgs-lib"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736684024,
|
||||
"narHash": "sha256-FYJ4iFD/2L1CFN/aHjI8HxxSxuPNy4OvW+VCBh41Lzk=",
|
||||
"lastModified": 1737288694,
|
||||
"narHash": "sha256-e9MsdkHidgepQpF0InyRSpeD6YujQcaB0uUzeXVvW+I=",
|
||||
"owner": "nix-community",
|
||||
"repo": "lib-aggregate",
|
||||
"rev": "917882a0186d7731a61ede986c701e272f744750",
|
||||
"rev": "e07594822638004d96f100febbe947189c42e8a9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1320,11 +1319,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1737241062,
|
||||
"narHash": "sha256-GM4ZnlsuJWjk+tbespU/DWQsZ2V0u0CS3Hqg0JGMt5M=",
|
||||
"lastModified": 1737274611,
|
||||
"narHash": "sha256-tmD7875tu1P0UvhI3Q/fXvIe8neJo7H9ZrPQ+QF7Q3E=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b681ff2c9c9163f24ca705d948bb0cee1b3e09f9",
|
||||
"rev": "50165c4f7eb48ce82bd063e1fb8047a0f515f8ce",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1368,11 +1367,11 @@
|
|||
},
|
||||
"nixpkgs-lib": {
|
||||
"locked": {
|
||||
"lastModified": 1736643958,
|
||||
"narHash": "sha256-tmpqTSWVRJVhpvfSN9KXBvKEXplrwKnSZNAoNPf/S/s=",
|
||||
"lastModified": 1737248590,
|
||||
"narHash": "sha256-6SWtDeYJS3bS7QyJrGKyd6FpROEN0JCMgakSX8yPbyA=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixpkgs.lib",
|
||||
"rev": "1418bc28a52126761c02dd3d89b2d8ca0f521181",
|
||||
"rev": "977f49fd8cf854416f82987696784717acd6e817",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1397,11 +1396,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736965550,
|
||||
"narHash": "sha256-u34e02DgidNBbJ2ZPUWlNZeqQTo7tCGT8LN9dZphNAY=",
|
||||
"lastModified": 1737311008,
|
||||
"narHash": "sha256-37L+wiCuzoo4WLq7k8XWAqTU0+yiSojwHRiXHZK+ObU=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixpkgs-wayland",
|
||||
"rev": "8f3a889a1bb60d58f42fc671d8a0b73496ede51c",
|
||||
"rev": "47260b4b1459fee2a27a630adf5be5caf0495ac2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1586,11 +1585,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737043064,
|
||||
"narHash": "sha256-I/OuxGwXwRi5gnFPsyCvVR+IfFstA+QXEpHu1hvsgD8=",
|
||||
"lastModified": 1737301351,
|
||||
"narHash": "sha256-2UNmLCKORvdBRhPGI8Vx0b6l7M8/QBey/nHLIxOl4jE=",
|
||||
"owner": "cachix",
|
||||
"repo": "git-hooks.nix",
|
||||
"rev": "94ee657f6032d913fe0ef49adaa743804635b0bb",
|
||||
"rev": "15a87cedeb67e3dbc8d2f7b9831990dffcf4e69f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -1891,11 +1890,11 @@
|
|||
"tuya-local-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1737254659,
|
||||
"narHash": "sha256-26HnbjawvzTFYYoy2HihJJmEVKfVpVw1mZErST3BZhE=",
|
||||
"lastModified": 1737280168,
|
||||
"narHash": "sha256-fxNS5qQn92o4IIa0ofCoeSn2hq0P21V4tpwdPquVk3c=",
|
||||
"owner": "make-all",
|
||||
"repo": "tuya-local",
|
||||
"rev": "15ac106e35d075deb7688b9687d637db9fcb1203",
|
||||
"rev": "4d4cd82b3e6dcb32201b0441f4e043605d76b39b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -140,7 +140,6 @@
|
|||
inputs.hyprland.follows = "hyprland";
|
||||
owner = "horriblename";
|
||||
repo = "hyprgrass";
|
||||
rev = "ea3a6079a7e34235ee3df4b600ee11e48b0e7f4d";
|
||||
type = "github";
|
||||
};
|
||||
hyprland = {
|
||||
|
|
|
@ -139,9 +139,6 @@ let
|
|||
hyprgrass = mkHyprDep {
|
||||
owner = "horriblename";
|
||||
repo = "hyprgrass";
|
||||
|
||||
# FIXME: https://github.com/horriblename/hyprgrass/pull/203
|
||||
rev = "ea3a6079a7e34235ee3df4b600ee11e48b0e7f4d";
|
||||
};
|
||||
|
||||
hyprpaper = mkDep {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
final: prev: {
|
||||
# FIXME: https://pr-tracker.nelim.org/?pr=357699
|
||||
nodejs_latest = prev.nodejs_22;
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/wy/wyoming-faster-whisper/package.nix
|
||||
wyoming-faster-whisper = prev.wyoming-faster-whisper.overridePythonAttrs (o: {
|
||||
meta = {mainProgram = o.pname;} // o.meta;
|
||||
});
|
||||
|
|
|
@ -30,7 +30,7 @@ in
|
|||
|
||||
pnpmDeps = pnpm.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "sha256-NOqEnqdJ/FrgyFNdU5hG/Im8HMltWxv6DrabxAsHl6I=";
|
||||
hash = "sha256-dRj7OxvYNRrqMUx5VXN7sgYcxGLTJr5dMeeZbeCm1do=";
|
||||
};
|
||||
|
||||
passthru.update = concatTextFile {
|
||||
|
|
Loading…
Add table
Reference in a new issue