Skip to content

Commit 64ad456

Browse files
committed
nix flake update
1 parent f7f1cfb commit 64ad456

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

asdf.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
volumes:
2+
- name: init-store
3+
csi:
4+
driver: nix.csi.store
5+
readOnly: true
6+
volumeAttributes:
7+
aarch64-linux: /nix/store/pxcigaqw4d9pan1y5cvlkwm9kpsi4sn8-cache-init-env
8+
x86_64-linux: /nix/store/fm4ia1gkmkzzcf6hl9xy42vp1gac9zyz-cache-init-env

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ self: pkgs: {
1717
inherit (self) csi-proto-python kr8s;
1818
};
1919

20+
# kluctl = pkgs.kluctl.override {
21+
# python310 = pkgs.python3;
22+
# };
23+
2024
stdLix = pkgs.lixPackageSets.lix_2_94.lix;
2125
lruLix = pkgs.lixPackageSets.lix_2_94.lix.overrideAttrs (oldAttrs: {
2226
src = builtins.fetchTree {

0 commit comments

Comments
 (0)