refactor(flake): wrap xonsh as a package

This commit is contained in:
Artur Manuel 2025-01-18 12:34:41 +00:00
commit d84ed13e0f
11 changed files with 287 additions and 135 deletions

View file

@ -1,4 +1,7 @@
{inputs}: _: _: let
{
inputs,
self,
}: _: _: let
mkHost = {
host,
system,
@ -36,8 +39,7 @@
})
];
specialArgs = {
inherit inputs;
inherit (inputs) self;
inherit inputs self;
};
};
in {