lib: working extended lib

This commit is contained in:
Charlie Root 2024-08-30 23:15:56 +02:00
commit 7063ef40d9
3 changed files with 8 additions and 36 deletions

View file

@ -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 {