Skip to content

Commit

Permalink
ci: update flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bandithedoge committed Nov 20, 2024
1 parent cbb2e8f commit 76a625a
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 35 deletions.
36 changes: 27 additions & 9 deletions examples/gamecube/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 27 additions & 9 deletions examples/nds/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 27 additions & 9 deletions examples/switch/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 24 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-prefetch-docker
#!nix-shell -i bash -p nix-prefetch-docker fd
# shellcheck shell=bash

function fetch() {
nix-prefetch-docker --image-name "devkitpro/$1" --json --quiet > "sources/$1.json"
echo "fetching $1..."
nix-prefetch-docker --image-name "devkitpro/$1" --json --quiet >"sources/$1.json"
}

fd flake.nix -x nix flake update --flake "{//}"

mkdir -p sources

fetch devkitarm
Expand Down

0 comments on commit 76a625a

Please sign in to comment.