3 Commits

Author SHA1 Message Date
github-actions[bot]
f3cb9b971a flake: update inputs
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5d6bdbddb4695a62f0d00a3620b37a15275a5093' (2025-12-11)
  → 'github:NixOS/nixpkgs/7d853e518814cca2a657b72eeba67ae20ebf7059' (2025-12-19)
2025-12-22 06:52:18 +00:00
baca5953e3 betanin: update gapps hook
Some checks failed
CI / checks (nur) (push) Successful in 3m47s
CI / build-and-update (xeals, xeals) (push) Failing after 3m1s
Update flake inputs / update-flake (push) Failing after 2m40s
2025-12-13 16:11:50 +11:00
984919528a flake: update inputs 2025-12-13 16:11:44 +11:00
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1756536218,
"narHash": "sha256-ynQxPVN2FIPheUgTFhv01gYLbaiSOS7NgWJPm9LF9D0=",
"lastModified": 1766125104,
"narHash": "sha256-l/YGrEpLromL4viUo5GmFH3K5M1j0Mb9O+LiaeCPWEM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a918bb3594dd243c2f8534b3be01b3cb4ed35fd1",
"rev": "7d853e518814cca2a657b72eeba67ae20ebf7059",
"type": "github"
},
"original": {

View File

@@ -3,7 +3,7 @@
, fetchFromGitHub
, python3
, beets
, wrapGAppsHook
, wrapGAppsHook3
}:
let
@@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication {
'';
# required for apprise
nativeBuildInputs = [ wrapGAppsHook ];
nativeBuildInputs = [ wrapGAppsHook3 ];
build-system = with python3.pkgs; [ setuptools ];