Add dustbowl nixos configuration
This commit is contained in:
parent
d34338944b
commit
d70f587539
4 changed files with 390 additions and 1 deletions
11
nixos/cachix/zig-nightly.nix
Normal file
11
nixos/cachix/zig-nightly.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://zig-nightly.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"zig-nightly.cachix.org-1:OnBNrwrXNoCtCzjuMEfruWSaZEixGGSvFhc9OBtx1wg="
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue