extra-container: 0.13 -> 0.14
Adds support for NixOS 25.11
This commit is contained in:
Generated
+4
-4
@@ -10,16 +10,16 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1734005403,
|
"lastModified": 1766155727,
|
||||||
"narHash": "sha256-vgh3TqfkFdnPxREBedw4MQehIDc3N8YyxBOB45n+AvU=",
|
"narHash": "sha256-XGp4HHH6D6ZKiO5RnMzqYJYnZB538EnEflvlTsOKpvo=",
|
||||||
"owner": "erikarvstedt",
|
"owner": "erikarvstedt",
|
||||||
"repo": "extra-container",
|
"repo": "extra-container",
|
||||||
"rev": "f4de6c329b306a9d3a9798a30e060c166f781baa",
|
"rev": "b450bdb24fca1076973c852d87bcb49b8eb5fd49",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "erikarvstedt",
|
"owner": "erikarvstedt",
|
||||||
"ref": "0.13",
|
"ref": "0.14",
|
||||||
"repo": "extra-container",
|
"repo": "extra-container",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
nixpkgs-25_05.url = "github:NixOS/nixpkgs/nixos-25.05";
|
nixpkgs-25_05.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
extra-container = {
|
extra-container = {
|
||||||
url = "github:erikarvstedt/extra-container/0.13";
|
url = "github:erikarvstedt/extra-container/0.14";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
inputs.flake-utils.follows = "flake-utils";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
containerBin=$(type -P extra-container) || true
|
containerBin=$(type -P extra-container) || true
|
||||||
if [[ ! ($containerBin && $(realpath "$containerBin") == *extra-container-0.13*) ]]; then
|
if [[ ! ($containerBin && $(realpath "$containerBin") == *extra-container-0.14*) ]]; then
|
||||||
echo
|
echo
|
||||||
echo "Building extra-container. Skip this step by adding extra-container 0.13 to PATH."
|
echo "Building extra-container. Skip this step by adding extra-container 0.14 to PATH."
|
||||||
nix build --out-link /tmp/extra-container "${BASH_SOURCE[0]%/*}"/../..#extra-container
|
nix build --out-link /tmp/extra-container "${BASH_SOURCE[0]%/*}"/../..#extra-container
|
||||||
# When this script is run as root, e.g. when run in an extra-container shell,
|
# When this script is run as root, e.g. when run in an extra-container shell,
|
||||||
# chown the gcroot symlink to the regular (login) user so that the symlink can be
|
# chown the gcroot symlink to the regular (login) user so that the symlink can be
|
||||||
|
|||||||
Reference in New Issue
Block a user