flake: update flake; move to everforest
This commit is contained in:
parent
d91ff7b61a
commit
b1e95fdc28
4 changed files with 101 additions and 2818 deletions
|
@ -11,6 +11,11 @@
|
|||
owner = "NotAShelf";
|
||||
repo = "nvf";
|
||||
};
|
||||
basix = {
|
||||
type = "github";
|
||||
owner = "NotAShelf";
|
||||
repo = "Basix";
|
||||
};
|
||||
};
|
||||
outputs = inputs @ {nixpkgs, ...}: let
|
||||
systems = ["x86_64-linux"];
|
||||
|
@ -27,6 +32,7 @@
|
|||
./nvf.nix
|
||||
];
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
})
|
||||
.neovim;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue