From 2ba6dc5b2edca9f590a32bc48042a2d315c22d8d Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 1 Dec 2025 16:22:56 +0800 Subject: [PATCH] flake: set aagl version --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 7136d94b..919770e2 100644 --- a/flake.lock +++ b/flake.lock @@ -9,15 +9,16 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1764169039, - "narHash": "sha256-9DabwGlLz2mEOV7nw97HP6LLx1xv4RAHhnQSICbW+mE=", + "lastModified": 1764168798, + "narHash": "sha256-aB2OhrotdYU8w3uQLio5a/IiyAQvzywOKr81oldqxss=", "owner": "ezKEa", "repo": "aagl-gtk-on-nix", - "rev": "c4a5f08a6ff74624ac576525765b06c79d2077e3", + "rev": "e272196d003064dfb177ed9cae6a12021b806048", "type": "github" }, "original": { "owner": "ezKEa", + "ref": "release-25.11", "repo": "aagl-gtk-on-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 79fa4087..b12b9450 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ }; catppuccin = { url = "github:catppuccin/nix"; inputs.nixpkgs.follows = "nixpkgs"; }; bscpkgs = { url = "github:CHN-beta/bscpkgs"; inputs.nixpkgs.follows = "nixpkgs"; }; - aagl = { url = "github:ezKEa/aagl-gtk-on-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; + aagl = { url = "github:ezKEa/aagl-gtk-on-nix/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; winapps = { url = "github:winapps-org/winapps/feat-nix-packaging"; inputs.nixpkgs.follows = "nixpkgs"; }; nixvirt = { url = "github:CHN-beta/NixVirt"; inputs.nixpkgs.follows = "nixpkgs"; }; buildproxy = { url = "github:polygon/nix-buildproxy"; inputs.nixpkgs.follows = "nixpkgs"; };