From 75a3c3c1512ccb204cfe06004d3ddbd5b7477121 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 18 Sep 2023 10:09:29 -0400 Subject: [PATCH] flake: remove haumea for now --- flake.lock | 22 ---------------------- flake.nix | 4 ++-- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/flake.lock b/flake.lock index 6ba2d0b..c7860ec 100644 --- a/flake.lock +++ b/flake.lock @@ -377,27 +377,6 @@ "type": "github" } }, - "haumea": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1685133229, - "narHash": "sha256-FePm/Gi9PBSNwiDFq3N+DWdfxFq0UKsVVTJS3cQPn94=", - "owner": "nix-community", - "repo": "haumea", - "rev": "34dd58385092a23018748b50f9b23de6266dffc2", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "v0.2.2", - "repo": "haumea", - "type": "github" - } - }, "hlissner-dotfiles": { "inputs": { "agenix": "agenix_2", @@ -665,7 +644,6 @@ "flake-parts": "flake-parts", "flake-registry": "flake-registry", "fork": "fork", - "haumea": "haumea", "hlissner-dotfiles": "hlissner-dotfiles", "home-manager": "home-manager_2", "impermanence": "impermanence", diff --git a/flake.nix b/flake.nix index 0a9cd2d..e18cfc3 100644 --- a/flake.nix +++ b/flake.nix @@ -18,8 +18,8 @@ flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; - haumea.url = "github:nix-community/haumea/v0.2.2"; - haumea.inputs.nixpkgs.follows = "nixpkgs"; + # haumea.url = "github:nix-community/haumea/v0.2.2"; + # haumea.inputs.nixpkgs.follows = "nixpkgs"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs";