flake: set aagl version

This commit is contained in:
2025-12-01 16:22:56 +08:00
parent 90a3e94060
commit 2ba6dc5b2e
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View File

@@ -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"
}

View File

@@ -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"; };