commit 1070e5c7f69e51f14560c32c98fec98111bd1bdf
parent e25e49f41f68431daaf0f87b84dcc369d59331ae
Author: Katja (ctucx) <git@ctu.cx>
Date: Mon, 3 Mar 2025 17:01:33 +0100
parent e25e49f41f68431daaf0f87b84dcc369d59331ae
Author: Katja (ctucx) <git@ctu.cx>
Date: Mon, 3 Mar 2025 17:01:33 +0100
flake: add input `haumea`
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/flake.lock b/flake.lock @@ -431,6 +431,26 @@ "url": "https://git.ctu.cx/gpx-map" } }, + "haumea": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1708375098, + "narHash": "sha256-DaFJp3wDHgOqx98U0SF57bXaH2Orp106c+jSdPCVu1E=", + "owner": "nix-community", + "repo": "haumea", + "rev": "ec6350fd9353e7f27ce0e85d31f82e3ed73e4d70", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "haumea", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -788,6 +808,7 @@ "flakeUtils": "flakeUtils", "flauschehornSexy": "flauschehornSexy", "gpxMap": "gpxMap", + "haumea": "haumea", "homeManager": "homeManager", "impermanence": "impermanence", "lanzaboote": "lanzaboote",
diff --git a/flake.nix b/flake.nix @@ -115,6 +115,9 @@ colmena.url = "github:zhaofengli/colmena"; colmena.inputs.nixpkgs.follows = "nixpkgs"; + haumea.url = "github:nix-community/haumea"; + haumea.inputs.nixpkgs.follows = "nixpkgs"; + nixStd.url = "github:chessai/nix-std"; flakeUtils.url = "github:numtide/flake-utils";