Remove config that was causing extra prompts with no noticeable impact.

This commit is contained in:
Tom Alexander 2025-02-16 20:57:08 -05:00
parent e3a7a410c4
commit f6df27d7a9
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -44,11 +44,4 @@
]; ];
}; };
}; };
nixConfig = {
experimental-features = [
"nix-command"
"flakes"
];
};
} }