feat: use neovim from unstable branch

This commit is contained in:
Jacob Bachmann 2024-08-01 18:21:03 +02:00
parent d43905e973
commit e8b1fbb1fb
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
5 changed files with 24 additions and 2 deletions

19
flake.lock generated
View file

@ -53,11 +53,28 @@
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1722185531,
"narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"home-manager": "home-manager",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
}
}
},