Skip to content

Commit

Permalink
missed some
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Oct 9, 2024
1 parent 7f3f6fa commit e38d9d3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion audit/audit.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!//usr/bin/env -S pkgx +git +gh deno run --allow-env --allow-read --allow-run --allow-net --ext=ts
#!//usr/bin/env -S pkgx +git +gh deno^1 run --allow-env --allow-read --allow-run --allow-net --ext=ts

import { Command } from "cliffy/command/mod.ts"
import { swallow } from "brewkit/utils.ts"
Expand Down
2 changes: 1 addition & 1 deletion bin/bk-edit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S pkgx +deno +git bash
#!/usr/bin/env -S pkgx +deno^1 +git bash

set -eo pipefail

Expand Down
2 changes: 1 addition & 1 deletion build/build.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S pkgx +rsync +git +bash +gum +gh +curl +bzip2 +xz +unzip +lzip +column deno run --ext=ts --allow-env --allow-read --allow-write --allow-run --allow-net
#!/usr/bin/env -S pkgx +rsync +git +bash +gum +gh +curl +bzip2 +xz +unzip +lzip +column deno^1 run --ext=ts --allow-env --allow-read --allow-write --allow-run --allow-net

import make_build_script from "brewkit/porcelain/build-script.ts"
import { gum, rsync } from "brewkit/utils.ts"
Expand Down
2 changes: 1 addition & 1 deletion id/id.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S pkgx +git +gh deno run --allow-env --allow-net --allow-write --allow-run=gh,pkgx --allow-read
#!/usr/bin/env -S pkgx +git +gh deno^1 run --allow-env --allow-net --allow-write --allow-run=gh,pkgx --allow-read

import resolve_pkg from "brewkit/resolve-pkg.ts"

Expand Down
2 changes: 1 addition & 1 deletion lib/bin/fix-elf.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S pkgx +nixos.org/patchelf=0.17.2 +darwinsys.com/file^5 deno run -A
#!/usr/bin/env -S pkgx +nixos.org/patchelf=0.17.2 +darwinsys.com/file^5 deno^1 run -A

// FIXME ^^ patchelf 0.18.0 has a regression that breaks libraries
// https://github.com/NixOS/patchelf/issues/492#issuecomment-1561912775
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S pkgx +git +gh +jq +gum +npx +deno bash
#!/usr/bin/env -S pkgx +git +gh +jq +gum +npx +deno^1 bash

set -eo pipefail

Expand Down
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S pkgx +bash +gum +gh +rsync deno run --ext=ts --allow-env --allow-read --allow-write --allow-net --allow-run
#!/usr/bin/env -S pkgx +bash +gum +gh +rsync deno^1 run --ext=ts --allow-env --allow-read --allow-write --allow-net --allow-run

//TODO net required because we go to github for version info, but really we should require
// a built product that is then recorded for us to use
Expand Down

0 comments on commit e38d9d3

Please sign in to comment.