From 48c6efe2e166d9fd87f6216a40ae826a51b85a38 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 22 Feb 2022 18:29:06 +0100 Subject: [PATCH] nix-super -> nix-super-fork --- flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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";