summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-12-25 22:46:05 +0530
committersinanmohd <sinan@sinanmohd.com>2025-12-25 23:05:02 +0530
commit2f1df0f1e0e86d8953db8dde7c2a53a9306661c4 (patch)
tree69c67446895114f4a6e922174baf58f9fa38a1bc /flake.nix
parent7c4f625736d6f0ff4913b07a39c76461bfcb927e (diff)
feat(os/kay/services): init arr
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
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;