Skip to content

Commit

Permalink
use nix-community/nix-index-database
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Dec 5, 2023
1 parent 08fa809 commit 20d2217
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
27 changes: 24 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
flake-utils.follows = "flake-utils";
};
};
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
Expand Down
1 change: 1 addition & 0 deletions homes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let
stateVersion = "22.05";
};
}
inputs.nix-index-database.hmModules.nix-index
configuration
];
extraSpecialArgs = { inherit inputs myPkgs unstable system; };
Expand Down
2 changes: 0 additions & 2 deletions profiles/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
./gnupg.nix
./flakeInputs.nix
./neovim
./nix-index.nix
./kakoune
./registry.nix
./zsh
Expand All @@ -33,7 +32,6 @@
ncdu
niv
nixfmt
nix-index
p7zip
patchelf
ripgrep
Expand Down

0 comments on commit 20d2217

Please sign in to comment.