mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Apply arc overlay before kat overlay
This commit is contained in:
parent
4790f583a4
commit
122e905e53
1 changed files with 2 additions and 2 deletions
|
|
@ -87,10 +87,10 @@ let
|
|||
} // super.lib.optionalAttrs (builtins.pathExists ../config/trusted/pkgs)
|
||||
(import ../config/trusted/pkgs { inherit super self; });
|
||||
pkgs = import sources.nixpkgs {
|
||||
overlays = [
|
||||
overlays = [
|
||||
(import (sources.nixexprs + "/overlay.nix"))
|
||||
overlay
|
||||
liboverlay
|
||||
(import (sources.nixexprs + "/overlay.nix"))
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue