aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-03-13 14:12:09 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-03-13 14:12:09 +0300
commitde87c54bd70aa27dfce342caf7527a1542596524 (patch)
tree1fa1f7cb682551f0c2fbdb5bd14b7f6fedea7cb1 /flake.nix
parentfix: try to use Cachix as much as possible (diff)
downloadnixos-configuration-de87c54bd70aa27dfce342caf7527a1542596524.tar.gz
nixos-configuration-de87c54bd70aa27dfce342caf7527a1542596524.tar.bz2
nixos-configuration-de87c54bd70aa27dfce342caf7527a1542596524.tar.lz
nixos-configuration-de87c54bd70aa27dfce342caf7527a1542596524.tar.xz
nixos-configuration-de87c54bd70aa27dfce342caf7527a1542596524.tar.zst
nixos-configuration-de87c54bd70aa27dfce342caf7527a1542596524.zip
feat: add neovim-nightly cachix repo
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index cfbe25f..6d29886 100644
--- a/flake.nix
+++ b/flake.nix
@@ -105,6 +105,7 @@
"https://unmojang.cachix.org"
"https://wezterm.cachix.org"
"https://niri.cachix.org"
+ "https://neovim-nightly.cachix.org"
];
extra-trusted-public-keys = [
@@ -114,6 +115,7 @@
"unmojang.cachix.org-1:OfHnbBNduZ6Smx9oNbLFbYyvOWSoxb2uPcnXPj4EDQY="
"wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="
"niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964="
+ "neovim-nightly.cachix.org-1:feIoInHRevVEplgdZvQDjhp11kYASYCE2NGY9hNrwxY="
];
};