flake and nvim updates

This commit is contained in:
Salar Rahmanian 2024-10-20 20:36:27 -07:00
parent 81c1cd6d7e
commit f5b32b7288
2 changed files with 15 additions and 16 deletions

View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1728337164,
"narHash": "sha256-VdRTjJFyq4Q9U7Z/UoC2Q5jK8vSo6E86lHc2OanXtvc=",
"lastModified": 1729459288,
"narHash": "sha256-gBOVJv+q6Mx8jGvwX7cE6J8+sZmi1uxpRVsO7WxvVuQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "038630363e7de57c36c417fd2f5d7c14773403e4",
"rev": "1e27f213d77fc842603628bcf2df6681d7d08f7e",
"type": "github"
},
"original": {
@ -27,11 +27,11 @@
]
},
"locked": {
"lastModified": 1727999297,
"narHash": "sha256-LTJuQPCsSItZ/8TieFeP30iY+uaLoD0mT0tAj1gLeyQ=",
"lastModified": 1729382845,
"narHash": "sha256-REiWck1zIOnZIgGmmOWfwvkQw1f4UrBsxxOSKVSAG4w=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "8c8388ade72e58efdeae71b4cbb79e872c23a56b",
"rev": "a001f44cfc47164839eb61c6b1e7f4288813f7e8",
"type": "github"
},
"original": {
@ -42,11 +42,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1728018373,
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=",
"lastModified": 1729256560,
"narHash": "sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c+cHUJwA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb",
"rev": "4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0",
"type": "github"
},
"original": {
@ -58,11 +58,11 @@
},
"nur": {
"locked": {
"lastModified": 1728353424,
"narHash": "sha256-iUsjMsb3t9pD7WtzJ/iXqjuuVmkkN5ama9GBXEoqPzk=",
"lastModified": 1729471037,
"narHash": "sha256-aWGGu8XhKVR1FZ8nH8LVdvFwHX65byd8ZOJLi1gVCQA=",
"owner": "nix-community",
"repo": "nur",
"rev": "279fa31a00899275ebd91ccbfb4c2faa5840a1e9",
"rev": "b1f97f5db3a6309affd80e412aee8cce747a1489",
"type": "github"
},
"original": {

View file

@ -77,11 +77,10 @@
prettyping
python3Packages.huggingface-hub
python3Packages.jupyterlab
pyright
rclone
readline
ripgrep
ripgrep-all
# ripgrep-all
rustup
sbt
scala-cli
@ -139,7 +138,7 @@
enable = true;
enableFishIntegration = true;
git = true;
icons = true;
icons = "auto";
extraOptions = [
"--group-directories-first"
"--long"
@ -292,6 +291,6 @@
# Neovim Configuration
xdg.configFile."nvim".source = builtins.fetchGit {
url = "https://code.softinio.com/softinio/nvim-config";
rev = "0baf336e89c9b80182e70a14b0795dd31f004037";
rev = "2a385cac5852cc8b090f29b2f3ef68be7935c3ea";
};
}