diff options
author | Soispha <soispha@vhack.eu> | 2023-09-17 16:18:49 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-17 16:18:49 +0200 |
commit | 4665b34d7bcd7855458a44084345938498415cd5 (patch) | |
tree | 77ac312afd16f48866d4d4fa76c21e7267092d14 /flake.nix | |
parent | fix(hosts/tiamat): Enable adb bridge for soispha (diff) | |
download | nixos-config-4665b34d7bcd7855458a44084345938498415cd5.tar.gz nixos-config-4665b34d7bcd7855458a44084345938498415cd5.zip |
build(treewide): Update
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
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"; |