mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Reformat of overlay
This commit is contained in:
parent
1c9c10896e
commit
82feb770d0
1 changed files with 10 additions and 10 deletions
|
|
@ -88,14 +88,14 @@ let
|
|||
|
||||
} // super.lib.optionalAttrs (builtins.pathExists ../config/trusted/pkgs)
|
||||
(import ../config/trusted/pkgs { inherit super self; });
|
||||
pkgs = import sources.nixpkgs {
|
||||
overlays = [
|
||||
(import (sources.nixexprs + "/overlay.nix"))
|
||||
overlay
|
||||
liboverlay
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
pkgs = import sources.nixpkgs {
|
||||
overlays = [
|
||||
(import (sources.nixexprs + "/overlay.nix"))
|
||||
overlay
|
||||
liboverlay
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
in pkgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue