diff --git a/flake.lock b/flake.lock index 30737f7..5e3d41a 100644 --- a/flake.lock +++ b/flake.lock @@ -8,17 +8,16 @@ ] }, "locked": { - "lastModified": 1696252780, - "narHash": "sha256-sQEjVzzstiaNLyiFJ19EMwwbDSSNDyQZIbPiLonlDCQ=", + "lastModified": 1698939737, + "narHash": "sha256-AokSuTdhNM6qXShE3LbX+VaC/kEZ9e3WomcgVIXMiLo=", "owner": "ezKEa", "repo": "aagl-gtk-on-nix", - "rev": "0c9d93bdb311f7948f9fb0e98d869316d78eec12", + "rev": "2e0c4a4667f9aac0246843d2d8ee530856d4b679", "type": "github" }, "original": { "owner": "ezKEa", "repo": "aagl-gtk-on-nix", - "rev": "0c9d93bdb311f7948f9fb0e98d869316d78eec12", "type": "github" } }, @@ -35,6 +34,7 @@ "original": { "owner": "edolstra", "repo": "flake-compat", + "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 649233d..ef52f48 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,8 @@ nixpkgs-unstable.url = "nixpkgs/nixos-unstable"; nixos-hardware.url = "nixos-hardware"; nixos-raspberrypi.url = "github:ramblurr/nixos-raspberrypi"; - aagl.url = "github:ezKEa/aagl-gtk-on-nix/0c9d93bdb311f7948f9fb0e98d869316d78eec12"; + # aagl.url = "github:ezKEa/aagl-gtk-on-nix/0c9d93bdb311f7948f9fb0e98d869316d78eec12"; + aagl.url = "github:ezKEa/aagl-gtk-on-nix"; aagl.inputs.nixpkgs.follows = "nixpkgs"; # prescurve.url = "path:/home/tao/Projects/prescurve"; # prescurve.inputs.nixpkgs.follows = "nixpkgs";