nix update and comment out forcing git protocol for git config

This commit is contained in:
Salar Rahmanian 2023-06-11 14:09:46 -07:00
parent 5819915e4e
commit 595e21ea92
4 changed files with 20 additions and 20 deletions

View file

@ -77,7 +77,6 @@
ripgrep
ripgrep-all
rnix-lsp
rust-analyzer
rustup
sbt
scala-cli
@ -275,6 +274,7 @@
'';
interactiveShellInit = ''
set -xg PATH $HOME/bin $HOME/.cargo/bin $PATH
eval (direnv hook fish)
any-nix-shell fish --info-right | source
ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain
@ -330,7 +330,7 @@
# Neovim Configuration
xdg.configFile."nvim".source = builtins.fetchGit {
url = "https://git.softinio.com/nvim-config.git";
rev = "3c5cdb2304a76e942cfb126e5ad0c93076626c7a";
rev = "bc2b71fa94386902cddf145b556575ab7381f827";
};
}