mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
add nix-index-database
other bits of cleanup
This commit is contained in:
parent
be5dcf0554
commit
6432f7b69e
4 changed files with 46 additions and 13 deletions
|
|
@ -51,6 +51,12 @@
|
|||
repo = "lanzaboote";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
nix-index-database = {
|
||||
type = "github";
|
||||
owner = "nix-community";
|
||||
repo = "nix-index-database";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
#my own packages
|
||||
spicetify-nix = {
|
||||
type = "github";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue