1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 03:27:45 +00:00

Fix indent issues

This commit is contained in:
RGBCube 2025-02-09 15:38:30 +03:00
parent cbd4d9a8b6
commit 8ac83a419b
2 changed files with 15 additions and 15 deletions

View file

@ -47,15 +47,15 @@ in {
}
}
def --wrapped ns [...programs] {
nix shell ...($programs | each {
if ($in | str contains "#") or ($in | str contains ":") {
$in
} else {
"default#" + $in
}
})
}
def --wrapped ns [...programs] {
nix shell ...($programs | each {
if ($in | str contains "#") or ($in | str contains ":") {
$in
} else {
"default#" + $in
}
})
}
'';
}];
}