about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-17 16:18:49 +0200
committerSoispha <soispha@vhack.eu>2023-09-17 16:18:49 +0200
commit4665b34d7bcd7855458a44084345938498415cd5 (patch)
tree77ac312afd16f48866d4d4fa76c21e7267092d14 /flake.nix
parentfix(hosts/tiamat): Enable adb bridge for soispha (diff)
downloadnixos-config-4665b34d7bcd7855458a44084345938498415cd5.tar.gz
nixos-config-4665b34d7bcd7855458a44084345938498415cd5.zip
build(treewide): Update
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 890928fe..32f54fd5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,6 +17,12 @@
         flake-utils.follows = "flake-utils";
       };
     };
+    haumea = {
+      url = "github:nix-community/haumea";
+      inputs = {
+        nixpkgs.follows = "nixpkgs";
+      };
+    };
     gitignore = {
       url = "github:hercules-ci/gitignore.nix";
       inputs = {
@@ -93,6 +99,7 @@
       url = "github:nixNeovim/nixNeovim";
       inputs = {
         nixpkgs.follows = "nixpkgs";
+        haumea.follows = "haumea";
         flake-utils.follows = "flake-utils";
         home-manager.follows = "home-manager";
         nixneovimplugins.follows = "nixNeovimPlugins";