mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03: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
|
||||
{
|
||||
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" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue