flake and neovim updates

This commit is contained in:
Salar Rahmanian 2023-02-23 18:44:46 -08:00
parent 595a70a753
commit 095b211b79
2 changed files with 11 additions and 11 deletions

View file

@ -29,11 +29,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1675935446, "lastModified": 1677104801,
"narHash": "sha256-WajulTn7QdwC7QuXRBavrANuIXE5z+08EdxdRw1qsNs=", "narHash": "sha256-2V5nKOYVFMYlseYdDKiEaww2xqcE0GtS1ax3SoUX99I=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2dce7f1a55e785a22d61668516df62899278c9e4", "rev": "4295fdfa6b0005c32f2e1f0b732faf5810c1bc7f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -44,11 +44,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1675942811, "lastModified": 1677063315,
"narHash": "sha256-/v4Z9mJmADTpXrdIlAjFa1e+gkpIIROR670UVDQFwIw=", "narHash": "sha256-qiB4ajTeAOVnVSAwCNEEkoybrAlA+cpeiBxLobHndE8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "724bfc0892363087709bd3a5a1666296759154b1", "rev": "988cc958c57ce4350ec248d2d53087777f9e1949",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -60,11 +60,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1676087160, "lastModified": 1677204696,
"narHash": "sha256-el2tNbWUhpz0IBoORS144xjMTi9WIqbQWRBmrsF4M64=", "narHash": "sha256-AWCrT5BEl3Jgr9dhDj0Bj8VRdTYaCHXTnR/NVnyh/Cg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "1ddd5cf5cc7215ea63f1dee09016b53cc79034e5", "rev": "2f0a94085df4764f360350d944a9124f79476f9c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -24,7 +24,7 @@
}; };
packages = with pkgs; [ packages = with pkgs; [
( python310.withPackages (ps: with ps; [ pip flake8 black ]) ) ( python310.withPackages (ps: with ps; [ pip flake8 black ]) )
jdk jdk17
any-nix-shell any-nix-shell
aspell aspell
bloop bloop
@ -311,7 +311,7 @@
# Neovim Configuration # Neovim Configuration
xdg.configFile."nvim".source = builtins.fetchGit { xdg.configFile."nvim".source = builtins.fetchGit {
url = "https://git.softinio.com/softinio/nvim-config.git"; url = "https://git.softinio.com/softinio/nvim-config.git";
rev = "30228420ad22efcbb313fe1da744701ce347bb9f"; rev = "a8853c25bb1c257ee6f0e6d5ba9d317fbdde6b7f";
}; };
} }