shell: working nushell
This commit is contained in:
parent
962683b398
commit
9cd3e455ce
3 changed files with 6 additions and 27 deletions
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
test = inputs.wrapper-manager.lib.build {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
{
|
||||
wrappers = {
|
||||
test = {
|
||||
basePackage = pkgs.hello;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
in {
|
||||
environment.systemPackages = [test];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue