update kaniko

This commit is contained in:
Quentin 2023-03-16 12:32:11 +01:00
parent aa8df8a3bc
commit 907bb14fb9
Signed by: quentin
GPG key ID: E9602264D639FF68
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@
nixuniverse = import (builtins.fetchGit {
url = "https://git.deuxfleurs.fr/quentin/nixuniverse.git";
ref = "main";
rev = "fd2922cc97599172851f0817abc84ead2ba54cdb";
rev = "e94fa51007c9a51ac233e4fcfca09249102f74c5";
});
pkgs = import nixpkgs {
inherit system;

View file

@ -65,6 +65,7 @@ filter-syscalls = false
sandbox = false
keep-outputs = true
keep-derivations = true
experimental-features = nix-command flakes
EOH
destination = "local/nix.conf"
}