From f25337f54852b1a5062f022e80b00a91191c2cf0 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 26 Jul 2025 22:10:37 +0200 Subject: [PATCH] flake: remove nix-index-database; it sucks --- flake.lock | 21 --------------------- flake.nix | 2 -- 2 files changed, 23 deletions(-) diff --git a/flake.lock b/flake.lock index 5b65471..5785f02 100644 --- a/flake.lock +++ b/flake.lock @@ -823,26 +823,6 @@ "type": "github" } }, - "nix-index-database": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1752985182, - "narHash": "sha256-sX8Neff8lp3TCHai6QmgLr5AD8MdsQQX3b52C1DVXR8=", - "owner": "nix-community", - "repo": "nix-index-database", - "rev": "fafdcb505ba605157ff7a7eeea452bc6d6cbc23c", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nix-index-database", - "type": "github" - } - }, "nixos-hardware": { "locked": { "lastModified": 1753122741, @@ -1133,7 +1113,6 @@ "hyprland": "hyprland", "hyprpicker": "hyprpicker", "hyprsunset": "hyprsunset", - "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_6", "nixvim": "nixvim", diff --git a/flake.nix b/flake.nix index 955a9e1..854257d 100644 --- a/flake.nix +++ b/flake.nix @@ -24,8 +24,6 @@ nur.url = "github:nix-community/NUR"; nixos-hardware.url = "github:nixos/nixos-hardware"; nixvim.url = "github:ahwxorg/nixvim-config"; - nix-index-database.url = "github:nix-community/nix-index-database"; - nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; }; outputs =