diff --git a/flake.nix b/flake.nix index fbce4b7..5b3781c 100644 --- a/flake.nix +++ b/flake.nix @@ -4,11 +4,8 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - nix-super.url = "git+https://git.privatevoid.net/max/nix-super"; - nix-super.inputs.nix.follows = "nix-super-unstable-repin"; - - nix-super-unstable-repin.url = "github:NixOS/nix"; - nix-super-unstable-repin.inputs.nixpkgs.follows = "nixpkgs"; + nix-super.url = "git+https://git.privatevoid.net/max/nix-super-fork"; + nix-super.inputs.nixpkgs.follows = "nixpkgs"; modular-nvim.url = "git+https://git.privatevoid.net/max/modular-neovim-prototype"; modular-nvim.inputs.nixpkgs.follows = "nixpkgs";