flake,devshells: add nix4vscode and nixvim

This commit is contained in:
steveej 2024-11-11 21:44:09 +01:00
parent c8509fbf7b
commit efc3c4fa71
4 changed files with 394 additions and 61 deletions

View file

@ -122,6 +122,11 @@
};
nixpkgs-kanidm.url = "github:steveej-forks/nixpkgs/kanidm";
nix4vscode.url = "github:nix-community/nix4vscode";
nixvim = {
url = "github:nix-community/nixvim/nixos-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs @ {