From 2f1df0f1e0e86d8953db8dde7c2a53a9306661c4 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 25 Dec 2025 22:46:05 +0530 Subject: feat(os/kay/services): init arr --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1b73cc5..e086148 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,11 @@ url = "github:sinanmohd/namescale"; inputs.nixpkgs.follows = "nixpkgs"; }; + + nixarr = { + url = "github:rasmus-kirk/nixarr"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = @@ -43,6 +48,7 @@ determinate, headplane, namescale, + nixarr, }: let lib = nixpkgs.lib; @@ -54,6 +60,7 @@ specialArgs = { inherit alina; + inherit nixarr; inherit namescale; inherit headplane; inherit determinate; -- cgit v1.2.3