mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix(image): use nix-flakes to get the newest nix version
nix-unstable-static is outdated? (2.10)
This commit is contained in:
parent
ff363cb165
commit
1b6ecec5c1
1 changed files with 4 additions and 4 deletions
|
|
@ -69,10 +69,10 @@
|
||||||
image = pkgs.dockerTools.buildImage {
|
image = pkgs.dockerTools.buildImage {
|
||||||
name = "nix-gitlab-ci";
|
name = "nix-gitlab-ci";
|
||||||
fromImage = pkgs.dockerTools.pullImage {
|
fromImage = pkgs.dockerTools.pullImage {
|
||||||
imageName = "nixpkgs/nix-unstable-static";
|
imageName = "nixpkgs/nix-flakes";
|
||||||
imageDigest = "sha256:8a9138d663d5a0d4c3ab01ee328e7e30dd236119d542df0a0355d66231049228";
|
imageDigest = "sha256:d88e521662cb6bf9cef006b79ed6ed1069e297171f3c2585f2b898b30f7c045c";
|
||||||
sha256 = "1ynn0xklh3bjqqrm1438fw029pwzsrxr0645nbyb6bl0x4102rjs";
|
sha256 = "1pcbgxz9c98mfqrzyi14h568dw8vxj1kbgirnwl6vs8wfaamjaaf";
|
||||||
finalImageName = "nixpkgs/nix-unstable-static";
|
finalImageName = "nixpkgs/nix-flakes";
|
||||||
finalImageTag = "latest";
|
finalImageTag = "latest";
|
||||||
};
|
};
|
||||||
copyToRoot = pkgs.buildEnv {
|
copyToRoot = pkgs.buildEnv {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue