update kaniko
This commit is contained in:
parent
aa8df8a3bc
commit
907bb14fb9
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
nixuniverse = import (builtins.fetchGit {
|
nixuniverse = import (builtins.fetchGit {
|
||||||
url = "https://git.deuxfleurs.fr/quentin/nixuniverse.git";
|
url = "https://git.deuxfleurs.fr/quentin/nixuniverse.git";
|
||||||
ref = "main";
|
ref = "main";
|
||||||
rev = "fd2922cc97599172851f0817abc84ead2ba54cdb";
|
rev = "e94fa51007c9a51ac233e4fcfca09249102f74c5";
|
||||||
});
|
});
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
|
@ -65,6 +65,7 @@ filter-syscalls = false
|
||||||
sandbox = false
|
sandbox = false
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
|
experimental-features = nix-command flakes
|
||||||
EOH
|
EOH
|
||||||
destination = "local/nix.conf"
|
destination = "local/nix.conf"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue