experiment with k3s + nix-snapshotter

This commit is contained in:
steveej 2024-06-13 16:42:55 +02:00
parent 1533077234
commit f986a8300d
6 changed files with 593 additions and 4 deletions

View file

@ -27,6 +27,12 @@
url = "git+https://git.codelinaro.org/clo/ath-firmware/ath11k-firmware.git";
flake = false;
};
nix-snapshotter = {
url = "github:yu-re-ka/nix-snapshotter";
# url = "github:pdtpartners/nix-snapshotter";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {