temp fix comma

This commit is contained in:
Rouven Seifert 2023-05-08 13:00:37 +02:00
parent 958f21fdf0
commit aa9e3b97d7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 8 additions and 7 deletions

View file

@ -119,15 +119,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683440419, "lastModified": 1683541548,
"narHash": "sha256-hhKqikDwHzrl8pdB482Jy9Ld+I+CpiYwIncEItxZVGA=", "narHash": "sha256-YidI1lVXVtz4fYCsQkapUx/76WKs682rZybztLOt9S0=",
"owner": "Mic92", "owner": "therealr5",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "7b9e09d4a10d03f703ffa2e25806f0c81b4a7a23", "rev": "0b3806422d55fc9fdd20b1c19e6065c717dbdec9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Mic92", "owner": "therealr5",
"ref": "comma-fix",
"repo": "nix-index-database", "repo": "nix-index-database",
"type": "github" "type": "github"
} }

View file

@ -8,7 +8,7 @@
nix-index-database = { nix-index-database = {
url = "github:Mic92/nix-index-database"; url = "github:therealr5/nix-index-database/comma-fix"; # wait for https://github.com/Mic92/nix-index-database/pull/49
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -76,7 +76,6 @@
nix-colors.homeManagerModules.default nix-colors.homeManagerModules.default
hyprland.homeManagerModules.default hyprland.homeManagerModules.default
sops-nix.homeManagerModules.sops sops-nix.homeManagerModules.sops
# nix-index-database.hmModules.nix-index
]; ];
}; };
} }

View file

@ -1,5 +1,6 @@
{ ... }: { ... }:
{ {
programs.nix-index-database.comma.enable = true;
imports = [ imports = [
./caches.nix ./caches.nix
./gpg.nix ./gpg.nix