Revert "Testing Hercules CI"

This reverts commit 697be1cbd2.
This commit is contained in:
Andrea Ciceri 2022-04-13 18:38:27 +02:00
parent 697be1cbd2
commit f0060d4847
No known key found for this signature in database
GPG key ID: AAFD2423608B645B
4 changed files with 15 additions and 60 deletions

View file

@ -13,12 +13,6 @@
digga.inputs.nixlib.follows = "unstable";
digga.inputs.home-manager.follows = "unstable";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
flake-compat-ci.url = github:hercules-ci/flake-compat-ci;
home.url = "github:nix-community/home-manager/release-21.11";
home.inputs.nixpkgs.follows = "unstable";
@ -45,8 +39,7 @@
outputs =
{ self
, digga
, flake-compat-ci
, unstable
, nixos
, home
, nixos-hardware
, darwin
@ -88,7 +81,7 @@
};
};
lib = import ./lib { lib = digga.lib // unstable.lib; };
lib = import ./lib { lib = digga.lib // nixos.lib; };
sharedOverlays = [
(
@ -184,12 +177,5 @@
inherit emacs-overlay; unstablePkgsInput = inputs.unstablePkgs;
};
};
ciNix = flake-compat-ci.lib.recurseIntoFlakeWith {
flake = self;
systems = [ "x86_64-linux" ];
};
};
}