Skip to content

Commit b5e5974

Browse files
committed
flake: update extra-container
Adds support for NixOS 24.11
1 parent 2d53b57 commit b5e5974

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

flake.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
1010
flake-utils.url = "github:numtide/flake-utils";
1111
extra-container = {
12-
url = "github:erikarvstedt/extra-container";
12+
url = "github:erikarvstedt/extra-container/0.13";
1313
inputs.nixpkgs.follows = "nixpkgs";
1414
inputs.flake-utils.follows = "flake-utils";
1515
};

test/lib/extra-container-check-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
containerBin=$(type -P extra-container) || true
2-
if [[ ! ($containerBin && $(realpath "$containerBin") == *extra-container-0.12*) ]]; then
2+
if [[ ! ($containerBin && $(realpath "$containerBin") == *extra-container-0.13*) ]]; then
33
echo
4-
echo "Building extra-container. Skip this step by adding extra-container 0.12 to PATH."
4+
echo "Building extra-container. Skip this step by adding extra-container 0.13 to PATH."
55
nix build --out-link /tmp/extra-container "${BASH_SOURCE[0]%/*}"/../..#extra-container
66
# When this script is run as root, e.g. when run in an extra-container shell,
77
# chown the gcroot symlink to the regular (login) user so that the symlink can be

0 commit comments

Comments
 (0)