diff options
author | sefidel <contact@sefidel.net> | 2023-03-05 02:31:39 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-03-05 02:31:39 +0900 |
commit | c580225be681c9953bc78bb53f4144a774440a5e (patch) | |
tree | 69f39e9c5bf84c0ca8d785ed6852a9a88eeecde4 /flake.lock | |
parent | 73e80160be0869d79bd8dda17899543732caf996 (diff) | |
download | nixrc-c580225be681c9953bc78bb53f4144a774440a5e.tar.gz nixrc-c580225be681c9953bc78bb53f4144a774440a5e.zip |
fix(home/base): temporary fix for neovim master builds
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 0351610..76fee28 100644 --- a/flake.lock +++ b/flake.lock @@ -162,6 +162,22 @@ "type": "github" } }, + "nixpkgs-neovim-fix": { + "locked": { + "lastModified": 1676391559, + "narHash": "sha256-LuGZfkD48fqN5sripUgHPCkPhaPXbJSyXqZEiuZv7Ek=", + "owner": "raboof", + "repo": "nixpkgs", + "rev": "ce1f75fa714629d38564959d5b38bb78bbce5a0a", + "type": "github" + }, + "original": { + "owner": "raboof", + "ref": "neovim-0.8.x-to-0.9.0", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs-stable": { "locked": { "lastModified": 1677560965, @@ -187,6 +203,7 @@ "impermanence": "impermanence", "neovim": "neovim", "nixpkgs-2211": "nixpkgs-2211", + "nixpkgs-neovim-fix": "nixpkgs-neovim-fix", "rust": "rust", "sops-nix": "sops-nix", "unstable": "unstable", |