mirror of https://git.jolheiser.com/dotnix.git
parent
ed8ae575c9
commit
fe1fa78b7f
|
@ -179,6 +179,10 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
nixConfig = {
|
||||
extra-substitutors = ["https://jolheiser.cachix.org"];
|
||||
extra-trusted-public-keys = ["jolheiser.cachix.org-1:fiKkfTuHFqDK5ZOVxcqb4InUkKsrTvtMLISid7XvuVg="];
|
||||
};
|
||||
}
|
||||
// inputs.flake-utils.lib.eachDefaultSystem (system: let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
|
|
Loading…
Reference in New Issue