Add dustbowl nixos configuration

This commit is contained in:
joachimschmidt557 2021-10-03 23:45:49 +02:00
parent d34338944b
commit d70f587539
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
4 changed files with 390 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
nix = {
binaryCaches = [
"https://zig-nightly.cachix.org"
];
binaryCachePublicKeys = [
"zig-nightly.cachix.org-1:OnBNrwrXNoCtCzjuMEfruWSaZEixGGSvFhc9OBtx1wg="
];
};
}