nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 53266c09d00d4d346be1d47bb0c40a781e84e799
parent 0d35808b99df7b39980d1e244e7f2d338bee1990
Author: mtmn <miro@haravara.org>
Date:   Sat, 11 Apr 2026 11:33:32 +0200

flake.nix

Diffstat:
Mflake.nix | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -60,11 +60,9 @@ { nix.settings = { substituters = [ - "https://attic.saatana.cat/meow?priority=10" "https://cache.nixos.org" ]; trusted-public-keys = [ - "meow:K6dc3G3PZRJ//iVPREPZvjbTbcAB+eUpQRQzxXFavNk=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ]; }; @@ -98,11 +96,9 @@ { nix.settings = { substituters = [ - "https://attic.saatana.cat/meow" "https://cache.nixos.org" ]; trusted-public-keys = [ - "meow:K6dc3G3PZRJ//iVPREPZvjbTbcAB+eUpQRQzxXFavNk=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ]; };