fix me harders
This commit is contained in:
parent
1a840b77f5
commit
9e0b72025e
|
@ -57,11 +57,11 @@
|
||||||
|
|
||||||
mnix-build() {
|
mnix-build() {
|
||||||
# TODO: somehow store the out-links
|
# TODO: somehow store the out-links
|
||||||
_choose_nix_systems | xe -j0 -s 'nix-instantiate --system "$1" . '"$(printf " %q" "$@")" | xargs nix-build --keep-going --no-out-link
|
_choose_nix_systems | xe -j0 -s 'nix-instantiate --system "$1" '"$(printf " %q" "$@")" | xargs nix-build --keep-going --no-out-link
|
||||||
}
|
}
|
||||||
mnom-build() {
|
mnom-build() {
|
||||||
# TODO: somehow store the out-links
|
# TODO: somehow store the out-links
|
||||||
_choose_nix_systems | xe -j0 -s 'nix-instantiate --system "$1" . '"$(printf " %q" "$@")" | xargs nom-build --keep-going --no-out-link
|
_choose_nix_systems | xe -j0 -s 'nix-instantiate --system "$1" '"$(printf " %q" "$@")" | xargs nom-build --keep-going --no-out-link
|
||||||
}
|
}
|
||||||
mnixpkgs-review() {
|
mnixpkgs-review() {
|
||||||
# TODO: use /run/user/...
|
# TODO: use /run/user/...
|
||||||
|
|
Loading…
Reference in New Issue