refactor(flake): wrap xonsh as a package
This commit is contained in:
parent
660c9089d4
commit
d84ed13e0f
11 changed files with 287 additions and 135 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue