flake and neovim updates
This commit is contained in:
parent
595a70a753
commit
095b211b79
2 changed files with 11 additions and 11 deletions
18
flake.lock
18
flake.lock
|
@ -29,11 +29,11 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1675935446,
|
||||
"narHash": "sha256-WajulTn7QdwC7QuXRBavrANuIXE5z+08EdxdRw1qsNs=",
|
||||
"lastModified": 1677104801,
|
||||
"narHash": "sha256-2V5nKOYVFMYlseYdDKiEaww2xqcE0GtS1ax3SoUX99I=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "2dce7f1a55e785a22d61668516df62899278c9e4",
|
||||
"rev": "4295fdfa6b0005c32f2e1f0b732faf5810c1bc7f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -44,11 +44,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1675942811,
|
||||
"narHash": "sha256-/v4Z9mJmADTpXrdIlAjFa1e+gkpIIROR670UVDQFwIw=",
|
||||
"lastModified": 1677063315,
|
||||
"narHash": "sha256-qiB4ajTeAOVnVSAwCNEEkoybrAlA+cpeiBxLobHndE8=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "724bfc0892363087709bd3a5a1666296759154b1",
|
||||
"rev": "988cc958c57ce4350ec248d2d53087777f9e1949",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -60,11 +60,11 @@
|
|||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1676087160,
|
||||
"narHash": "sha256-el2tNbWUhpz0IBoORS144xjMTi9WIqbQWRBmrsF4M64=",
|
||||
"lastModified": 1677204696,
|
||||
"narHash": "sha256-AWCrT5BEl3Jgr9dhDj0Bj8VRdTYaCHXTnR/NVnyh/Cg=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nur",
|
||||
"rev": "1ddd5cf5cc7215ea63f1dee09016b53cc79034e5",
|
||||
"rev": "2f0a94085df4764f360350d944a9124f79476f9c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
4
home.nix
4
home.nix
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
packages = with pkgs; [
|
||||
( python310.withPackages (ps: with ps; [ pip flake8 black ]) )
|
||||
jdk
|
||||
jdk17
|
||||
any-nix-shell
|
||||
aspell
|
||||
bloop
|
||||
|
@ -311,7 +311,7 @@
|
|||
# Neovim Configuration
|
||||
xdg.configFile."nvim".source = builtins.fetchGit {
|
||||
url = "https://git.softinio.com/softinio/nvim-config.git";
|
||||
rev = "30228420ad22efcbb313fe1da744701ce347bb9f";
|
||||
rev = "a8853c25bb1c257ee6f0e6d5ba9d317fbdde6b7f";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue