switch to nvf
Some checks failed
/ ci (push) Has been cancelled

This commit is contained in:
Callum Leslie 2025-04-10 16:18:46 +01:00
parent 44419a52d6
commit 1eece5263a
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
6 changed files with 228 additions and 17 deletions

View file

@ -71,7 +71,7 @@
devShells.default = final.mkShell {
meta.description = "Default dev shell";
inputsFrom = [config.pre-commit.devShell config.treefmt.build.devShell];
packages = with final; [just git nixvim cachix jq devour-flake om agenix deadnix];
packages = with final; [just git nvf cachix jq devour-flake om agenix deadnix];
};
apps = nixpkgs.lib.mapAttrs' (name: value: nixpkgs.lib.nameValuePair ("deploy-" + name) value) (inputs'.nixinate.packages self);
@ -96,6 +96,10 @@
flake = false;
};
nvf = {
url = "github:callumio/nvf";
inputs.nixpkgs.follows = "unstable";
};
nixvim = {
url = "github:callumio/nixvim";
inputs.nixpkgs.follows = "unstable";