summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix1
-rw-r--r--flake.lock10
-rw-r--r--flake.nix2
3 files changed, 7 insertions, 6 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 3c68645e..92c9c637 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -288,6 +288,7 @@ in {
288 pro = "$HOME/projects/pro"; 288 pro = "$HOME/projects/pro";
289 media = "$HOME/media"; 289 media = "$HOME/media";
290 }; 290 };
291 nix-index.enable = true;
291 jq.colors = { 292 jq.colors = {
292 arrays = "1;37"; 293 arrays = "1;37";
293 "false" = "0;37"; 294 "false" = "0;37";
diff --git a/flake.lock b/flake.lock
index be258840..3c8ee10d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -583,15 +583,15 @@
583 ] 583 ]
584 }, 584 },
585 "locked": { 585 "locked": {
586 "lastModified": 1764475780, 586 "lastModified": 1765080594,
587 "narHash": "sha256-77jL5H5x51ksLiOUDjY0ZK8e2T4ZXLhj3ap8ETvknWI=", 587 "narHash": "sha256-5t3d655GqLblE+p5xN5ntkeRfZBesN7vehOWcRcU88M=",
588 "owner": "Mic92", 588 "owner": "nix-community",
589 "repo": "nix-index-database", 589 "repo": "nix-index-database",
590 "rev": "5a3ff8c1a09003f399f43d5742d893c0b1ab8af0", 590 "rev": "4194c582d0a3f440382ee00b729ea5cc5ef59754",
591 "type": "github" 591 "type": "github"
592 }, 592 },
593 "original": { 593 "original": {
594 "owner": "Mic92", 594 "owner": "nix-community",
595 "ref": "main", 595 "ref": "main",
596 "repo": "nix-index-database", 596 "repo": "nix-index-database",
597 "type": "github" 597 "type": "github"
diff --git a/flake.nix b/flake.nix
index d2d17316..db0c6991 100644
--- a/flake.nix
+++ b/flake.nix
@@ -108,7 +108,7 @@
108 }; 108 };
109 nix-index-database = { 109 nix-index-database = {
110 type = "github"; 110 type = "github";
111 owner = "Mic92"; 111 owner = "nix-community";
112 repo = "nix-index-database"; 112 repo = "nix-index-database";
113 ref = "main"; 113 ref = "main";
114 inputs = { 114 inputs = {