nix-super -> nix-super-fork
This commit is contained in:
parent
5ccc23d263
commit
48c6efe2e1
1 changed files with 2 additions and 5 deletions
|
@ -4,11 +4,8 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
nix-super.url = "git+https://git.privatevoid.net/max/nix-super";
|
nix-super.url = "git+https://git.privatevoid.net/max/nix-super-fork";
|
||||||
nix-super.inputs.nix.follows = "nix-super-unstable-repin";
|
nix-super.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
nix-super-unstable-repin.url = "github:NixOS/nix";
|
|
||||||
nix-super-unstable-repin.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
modular-nvim.url = "git+https://git.privatevoid.net/max/modular-neovim-prototype";
|
modular-nvim.url = "git+https://git.privatevoid.net/max/modular-neovim-prototype";
|
||||||
modular-nvim.inputs.nixpkgs.follows = "nixpkgs";
|
modular-nvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
Loading…
Reference in a new issue