add binary caches

This commit is contained in:
Adithya 2024-03-22 23:59:14 +05:30
parent b529c95d99
commit 5f7cdb99c7
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -1,6 +1,15 @@
{ {
description = "NixOS Configuration"; description = "NixOS Configuration";
nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org/"
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = { home-manager = {