diff --git a/flake.lock b/flake.lock index 210d7a6..aad2a0f 100644 --- a/flake.lock +++ b/flake.lock @@ -7,15 +7,16 @@ ] }, "locked": { - "lastModified": 1713301451, - "narHash": "sha256-LzYVqEukjOJjm4HGFe6rtHBiuJxAyPqd2MY1k5ci9QU=", - "owner": "Aylur", + "lastModified": 1714360512, + "narHash": "sha256-+snqxingQ64XHgIvofJbr+2uKXA4AQ1s4G6XEj7knck=", + "owner": "matt1432", "repo": "ags", - "rev": "33bcaf34d5277031ecb97047fb8ddd44abd8d80e", + "rev": "15bdba83cd4c2c70e642731b3c0c9f03708310b7", "type": "github" }, "original": { - "owner": "Aylur", + "owner": "matt1432", + "ref": "fix-hypr-path", "repo": "ags", "type": "github" } diff --git a/flake.nix b/flake.nix index 8f5a094..0c08b61 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ alejandra git - (pkgs.writeShellScriptBin "mkIso" (lib.concatStrings [ + (writeShellScriptBin "mkIso" (lib.concatStrings [ "nix build $(realpath /etc/nixos)#nixosConfigurations." "live-image.config.system.build.isoImage" ])) @@ -102,7 +102,7 @@ ags = pkgs.mkShell { packages = with pkgs; [ - nodejs_18 + nodejs_latest ]; }; @@ -293,9 +293,12 @@ ## AGS ags = { type = "github"; - owner = "Aylur"; + owner = "matt1432"; # "Aylur"; repo = "ags"; + # FIXME: wait for this to get merged + ref = "fix-hypr-path"; + inputs.nixpkgs.follows = "nixpkgs"; };