commit - f0191e4514bb8859466e38f5ef24361153118048
commit + 9a87d95c6223f6381d5931ca70995ea981e0cf38
blob - 7bb4b5c8afd635b04ee7dcafb1dad168fddefb76
blob + aded968dacf031e0df62647f1b5e84c83dab2292
--- flake.lock
+++ flake.lock
]
},
"locked": {
- "lastModified": 1789430117,
- "narHash": "sha256-t+U1mijItLJ64xZOifpfQ17kpAL73nU7pDI48ScacVc=",
+ "lastModified": 1789482455,
+ "narHash": "sha256-pD3qVlQ4mUCFoTWrYtxecpSitQMsgJvJIN0FUIDZoEU=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "cda90fd8838825c689fde9d3f3b4e937937790df",
+ "rev": "efa3ccb4c3cc90d832eab232976379058fa75aa3",
"type": "github"
},
"original": {
"type": "github"
}
},
+ "multiverse": {
+ "locked": {
+ "lastModified": 1789550565,
+ "narHash": "sha256-k2MB2bhperGtyySaOGVtgFJJXCN8M+5953oihn9uXEE=",
+ "owner": "fzakaria",
+ "repo": "nixpkgs-multiverse",
+ "rev": "0d3bc8d9439238540dabb9f67e179219b674abe9",
+ "type": "github"
+ },
+ "original": {
+ "owner": "fzakaria",
+ "repo": "nixpkgs-multiverse",
+ "type": "github"
+ }
+ },
"nix-index-database": {
"inputs": {
"nixpkgs": [
"corpus": "corpus",
"disko": "disko",
"home-manager": "home-manager",
+ "multiverse": "multiverse",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs_3",
"omnisearch": "omnisearch",
blob - 3bea509b8df53751702155fe109e1faafd33c94b
blob + 57293e0f193f1df325e29f992a9c2f08e5c7247b
--- flake.nix
+++ flake.nix
inputs.nixpkgs.follows = "nixpkgs";
};
+ multiverse = {
+ url = "github:fzakaria/nixpkgs-multiverse";
+ };
+
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
blob - 2a4a523d942859e6f0ec4cc73364dd128e74e589
blob + 93f1fe16233771254bdd27f37af0095498b1c737
--- home.nix
+++ home.nix
}: {
imports = [
inputs.nix-index-database.homeModules.default
+ inputs.multiverse.homeManagerModules.default
];
+ multiverse = {
+ enable = true;
+ config.allowUnfree = true;
+ pins = {
+ ripgrep = "13.0.0";
+ };
+ };
home = {
inherit username homeDirectory;
stateVersion = "26.11";