parent
697be1cbd2
commit
f0060d4847
4 changed files with 15 additions and 60 deletions
18
flake.nix
18
flake.nix
|
@ -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" ];
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue