Skip to content

Commit

Permalink
Sort build inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeebswihart committed Oct 31, 2024
1 parent 9625886 commit c26cc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/internal/config/up/asdf_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1299,10 +1299,10 @@ impl UpConfigAsdfBase {
"gdbm",
"gnumake",
"libffi",
"xz",
"ncurses",
"pkg-config",
"sqlite",
"xz",
"zlib",
]);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/test_omni_up_python.bats
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ add_nix_python_calls() {

local nix=(nix --extra-experimental-features "nix-command flakes")

add_command "${nix[@]}" print-dev-env --verbose --print-build-logs --profile "regex:${tmpdir}/omni_up_nix\..*/profile" --impure --expr 'with import <nixpkgs> {}; mkShell { buildInputs = [ bzip2 gawk gcc gdbm gnumake gnused libffi xz ncurses openssl pkg-config readline sqlite zlib ]; }'
add_command "${nix[@]}" print-dev-env --verbose --print-build-logs --profile "regex:${tmpdir}/omni_up_nix\..*/profile" --impure --expr 'with import <nixpkgs> {}; mkShell { buildInputs = [ bzip2 gawk gcc gdbm gnumake gnused libffi ncurses openssl pkg-config readline sqlite xz zlib ]; }'
add_command "${nix[@]}" build --print-out-paths --out-link "regex:${HOME}/\.local/share/omni/wd/.*/nix/profile-pkgs-.*" "regex:${tmpdir}/omni_up_nix\..*/profile" <<EOF
#omni-test-bash-function
function process_response() {
Expand Down

0 comments on commit c26cc02

Please sign in to comment.