pin noeivm

This commit is contained in:
sadan 2025-04-12 18:38:50 -04:00
parent 6eb143d198
commit a7ed4fc92e
No known key found for this signature in database
2 changed files with 16 additions and 1 deletions

View file

@ -3,7 +3,7 @@ let
in
{
imports = [
# ../../pinned.nix
../../pinned.nix
../../unstable.nix
];
home = {
@ -18,5 +18,12 @@ in
# codium
zed-editor
];
file = {
vscode_neovim = {
source = "${pkgs.pinned.neovim}/bin/nvim";
target = ".bin/vscode-neovim";
};
};
sessionPath = [ "$HOME/.bin" ];
};
}

View file

@ -26,6 +26,14 @@
ref = "refs/heads/nixpkgs-unstable";
rev = "0c19708cf035f50d28eb4b2b8e7a79d4dc52f6bb";
}) defaultOpts).vscode;
neovim =
(import (builtins.fetchGit {
# Descriptive name to make the store path easier to identify
name = "my-old-revision";
url = "https://github.com/NixOS/nixpkgs/";
ref = "refs/heads/nixpkgs-unstable";
rev = "0c19708cf035f50d28eb4b2b8e7a79d4dc52f6bb";
}) defaultOpts).neovim;
# removed for having out of date electron
etcher =
(import