diff options
| author | seth <[email protected]> | 2023-07-30 19:30:51 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-30 19:30:51 -0400 |
| commit | 21aa6d4428dd8fd12573616dea2138f9d132b404 (patch) | |
| tree | 71548aaabddb193f62c9867a02e923f9e2a797eb /flake.nix | |
| parent | 7705d685bf504ff84568df6630c5b361c0d9d4f9 (diff) | |
users/seth: add nix-index-database + comma
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"; |
