[NixOS] Fix git-sync issues

This commit is contained in:
2021-07-17 23:00:46 -06:00
parent ad5c70c957
commit bab2280546
10 changed files with 13 additions and 53 deletions

View File

@@ -32,7 +32,7 @@
let forAll = ({ ... }: {
nix = {
extraOptions = ''
experimental-features = nix-command flakes
experimental-features = nix-command flakes ca-references
'';
registry.nixpkgs.flake = nixpkgs;
};