From 37264baee1f6c3e1334159a3270112d5abcb6606 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 26 Feb 2022 01:13:42 +0100 Subject: [PATCH] meta: use nix-super-fork --- flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index c6e944f..5073151 100644 --- a/flake.nix +++ b/flake.nix @@ -4,11 +4,8 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11"; - 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"; home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs";