From 34fb70a748fb40f28ded712d561045a7ccf2f95f Mon Sep 17 00:00:00 2001 From: zack Date: Sat, 19 Oct 2024 14:42:26 -0400 Subject: [PATCH] update flake --- flake.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 4e4934e..b5db279 100644 --- a/flake.nix +++ b/flake.nix @@ -1,15 +1,15 @@ { description = "Nixos config flake"; - # nixConfig = { - # extra-substituters = [ - # "https://cache.zoeys.computer" - # ]; - # extra-trusted-public-keys = [ - # "cache.zoeys.computer:0Pvq2E8GWBX9qk1aTQ3RpZ01t4Nu5uWMQy90ippP9Ls=" - # ]; - # }; - # + nixConfig = { + extra-substituters = [ + "https://cache.zoeys.computer" + ]; + extra-trusted-public-keys = [ + "cache.zoeys.computer:0Pvq2E8GWBX9qk1aTQ3RpZ01t4Nu5uWMQy90ippP9Ls=" + ]; + }; + inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";