summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-30 19:30:51 -0400
committerseth <[email protected]>2023-07-30 19:30:51 -0400
commit21aa6d4428dd8fd12573616dea2138f9d132b404 (patch)
tree71548aaabddb193f62c9867a02e923f9e2a797eb /flake.nix
parent7705d685bf504ff84568df6630c5b361c0d9d4f9 (diff)
users/seth: add nix-index-database + comma
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2f46eac..a5cb141 100644
--- a/flake.nix
+++ b/flake.nix
@@ -68,6 +68,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ nix-index-database = {
+ url = "github:nix-community/nix-index-database";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
nixos-wsl = {
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixpkgs";