Compare commits

...

2 Commits

Author SHA1 Message Date
jolheiser c1947b8a36
chore: add cachix to nix conf
Signed-off-by: jolheiser <git@jolheiser.com>
2024-07-22 22:25:19 -05:00
jolheiser 0c5a17a64b
chore: update helix
Signed-off-by: jolheiser <git@jolheiser.com>
2024-07-22 22:15:21 -05:00
2 changed files with 6 additions and 4 deletions

View File

@ -394,11 +394,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1717443586, "lastModified": 1721704399,
"narHash": "sha256-vQXSc3QCK+H5ZvdncdvYHSvVptZnzCZLZCLGj+msdLA=", "narHash": "sha256-mozJib1QQtUihBFYqTJ8pEc4mT0b2U5FbYH4NBtH4wc=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "02f89355f95b84460964546133245e11cd7b78d0", "rev": "b17e4e22003ea311ddb58ef4e75c7205c7cd309d",
"revCount": 18, "revCount": 19,
"type": "git", "type": "git",
"url": "https://git.jolheiser.com/helix.drv.git" "url": "https://git.jolheiser.com/helix.drv.git"
}, },

View File

@ -49,6 +49,8 @@
experimental-features = ["flakes" "nix-command" "repl-flake"]; experimental-features = ["flakes" "nix-command" "repl-flake"];
auto-optimise-store = true; auto-optimise-store = true;
warn-dirty = false; warn-dirty = false;
substituters = ["https://jolheiser.cachix.org"];
trusted-public-keys = ["jolheiser.cachix.org-1:fiKkfTuHFqDK5ZOVxcqb4InUkKsrTvtMLISid7XvuVg="];
}; };
}; };