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
|
@ -21,6 +21,7 @@
|
|||
};
|
||||
});
|
||||
amadaluzian-starship = prev.callPackage ./derivations/starship.nix {};
|
||||
amadaluzian-xonsh = prev.callPackage ./derivations/xonsh {};
|
||||
};
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages = self.overlays.default null pkgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue