mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 21:43:03 -04:00
pin noeivm
This commit is contained in:
parent
6eb143d198
commit
a7ed4fc92e
2 changed files with 16 additions and 1 deletions
|
@ -3,7 +3,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# ../../pinned.nix
|
../../pinned.nix
|
||||||
../../unstable.nix
|
../../unstable.nix
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
|
@ -18,5 +18,12 @@ in
|
||||||
# codium
|
# codium
|
||||||
zed-editor
|
zed-editor
|
||||||
];
|
];
|
||||||
|
file = {
|
||||||
|
vscode_neovim = {
|
||||||
|
source = "${pkgs.pinned.neovim}/bin/nvim";
|
||||||
|
target = ".bin/vscode-neovim";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
sessionPath = [ "$HOME/.bin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,14 @@
|
||||||
ref = "refs/heads/nixpkgs-unstable";
|
ref = "refs/heads/nixpkgs-unstable";
|
||||||
rev = "0c19708cf035f50d28eb4b2b8e7a79d4dc52f6bb";
|
rev = "0c19708cf035f50d28eb4b2b8e7a79d4dc52f6bb";
|
||||||
}) defaultOpts).vscode;
|
}) 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
|
# removed for having out of date electron
|
||||||
etcher =
|
etcher =
|
||||||
(import
|
(import
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue