iog: remove redundant ca-references
This commit is contained in:
parent
141c00b488
commit
68847e96c2
|
@ -11,7 +11,7 @@
|
||||||
../profiles/cryptpad.nix
|
../profiles/cryptpad.nix
|
||||||
../profiles/gitea.nix
|
../profiles/gitea.nix
|
||||||
#../profiles/hydra.nix
|
#../profiles/hydra.nix
|
||||||
../profiles/iohk.nix
|
../profiles/iog.nix
|
||||||
../profiles/ipv6.nix
|
../profiles/ipv6.nix
|
||||||
../profiles/mastodon.nix
|
../profiles/mastodon.nix
|
||||||
../profiles/matrix.nix
|
../profiles/matrix.nix
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
../profiles/desktopCraige.nix # Craige's desktop tools and apps
|
../profiles/desktopCraige.nix # Craige's desktop tools and apps
|
||||||
../profiles/haskell-dev.nix # Haskell dev environment
|
../profiles/haskell-dev.nix # Haskell dev environment
|
||||||
../profiles/host_common.nix # Common host configuration options
|
../profiles/host_common.nix # Common host configuration options
|
||||||
../profiles/iohk.nix # IOHK environment
|
../profiles/iog.nix # IOHK environment
|
||||||
../profiles/keyboard.nix
|
../profiles/keyboard.nix
|
||||||
../profiles/neomutt.nix # Neomutt email
|
../profiles/neomutt.nix # Neomutt email
|
||||||
../profiles/nix-community.nix # Nix community aarch64 tooling
|
../profiles/nix-community.nix # Nix community aarch64 tooling
|
||||||
|
|
|
@ -27,7 +27,7 @@ in {
|
||||||
];
|
];
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
#repeat = 1 # Ensure reproducibility of builds
|
#repeat = 1 # Ensure reproducibility of builds
|
||||||
experimental-features = nix-command flakes ca-references
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue