feat(nix): add nix-super

This commit is contained in:
Moritz Böhme 2023-05-29 12:48:43 +02:00
parent 1366bf3e08
commit f76a8dc53f
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 99 additions and 53 deletions

View file

@ -31,6 +31,9 @@
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
nix-super.url = "github:privatevoid-net/nix-super/aaba1f91e7eba8ce029fa6bfa81ad9e14a13708d";
nix-super.inputs.nixpkgs.follows = "nixpkgs";
# Neovim
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";