lib: working extended lib
This commit is contained in:
parent
afb4687a3e
commit
7063ef40d9
3 changed files with 8 additions and 36 deletions
|
@ -1,36 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
withSystem,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
# inherit (inputs) self;
|
||||
# inherit (inputs.nixpkgs) lib;
|
||||
inherit (lib.builders) mkSystem;
|
||||
# mkSystem = {
|
||||
# withSystem,
|
||||
# system,
|
||||
# ...
|
||||
# } @ args:
|
||||
# withSystem system (
|
||||
# {
|
||||
# inputs',
|
||||
# self',
|
||||
# ...
|
||||
# }:
|
||||
# lib.nixosSystem {
|
||||
# inherit system;
|
||||
# specialArgs =
|
||||
# lib.recursiveUpdate
|
||||
# {
|
||||
# inherit lib;
|
||||
# inherit inputs inputs';
|
||||
# inherit self self';
|
||||
# }
|
||||
# (args.specialArgs or {});
|
||||
# inherit (args) modules;
|
||||
# }
|
||||
# );
|
||||
inherit (inputs.self) lib;
|
||||
inherit (lib.extendedLib.builders) mkSystem;
|
||||
in {
|
||||
flake.nixosConfigurations = {
|
||||
temperance = mkSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue