diff --git a/flake.lock b/flake.lock index d4968f3..567e400 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1701585500, - "narHash": "sha256-0yu+4chJOopJckzkyVgXnmGBZIp2nheefDW/YrvXr3o=", + "lastModified": 1719655621, + "narHash": "sha256-ncoDXVuuVnCqDOYwYfxd3vL6cEA4k4Zg/Sl8H8PNVJQ=", "owner": "Whovian9369", "repo": "aaru-nix-flake", - "rev": "6c12900eb4ab92c087626f3b7c09d9b925e77a55", + "rev": "56debc0f1a23dba8bcfcffa39700e3db369a3745", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 5345765..4cb2dd0 100644 --- a/flake.nix +++ b/flake.nix @@ -96,7 +96,7 @@ # Lix lix-module, # Added by me - agenix, home-manager, nix-index-database, xil, ... }: + agenix, home-manager, nix-index-database, xil, aaru, ... }: let pkgs = import nixpkgs { system = "x86_64-linux"; @@ -165,6 +165,7 @@ # to home.nix extraSpecialArgs = { system = "x86_64-linux"; + inherit aaru; inherit xil; inherit nixpkgs; pkgs = import nixpkgs {