nixvim: use pinned nixpkgs from upstream flake.lock

This commit is contained in:
Khaïs COLIN 2024-10-19 15:45:05 +02:00
parent 528f27c377
commit 2f131dad8a
2 changed files with 17 additions and 4 deletions

20
flake.lock generated
View file

@ -513,12 +513,26 @@
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1721924956,
"narHash": "sha256-Sb1jlyRO+N8jBXEX9Pg9Z1Qb8Bw9QyOgLDNMEpmjZ2M=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5ad6a14c6bf098e98800b091668718c336effc95",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixvim": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs-unstable"
],
"nixpkgs": "nixpkgs_3",
"nixvim": "nixvim_2"
},
"locked": {