From 0ed2febd06cbf1d4e0af957e2981296ea1b373ab Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 16 Dec 2023 12:12:20 -0500 Subject: ci: back to garnix once again i kinda miss hci but im done switching until i get infra for it --- flake.nix | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1be8bbf..ac378c3 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "getchoo's flake for system configurations"; nixConfig = { - extra-substituters = ["https://cache.mydadleft.me/flake"]; - extra-trusted-public-keys = ["flake:qQ6D8Mem+0lqpvzgCwKiUkwjoB7iRhVJwVh71+iwk9U="]; + extra-substituters = ["https://cache.garnix.io"]; + extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; }; inputs = { @@ -38,17 +38,6 @@ }; }; - attic = { - url = "github:zhaofengli/attic"; - inputs = { - nixpkgs.follows = "nixpkgs"; - nixpkgs-stable.follows = "nixpkgs-stable"; - crane.follows = "lanzaboote/crane"; - flake-compat.follows = "pre-commit/flake-compat"; - flake-utils.follows = "pre-commit/flake-utils"; - }; - }; - catppuccin = { url = "github:Stonks3141/ctp-nix"; inputs = { @@ -99,11 +88,6 @@ }; }; - nix2workflow = { - url = "github:getchoo/nix2workflow"; - inputs.nixpkgs-lib.follows = "nixpkgs"; - }; - nix-index-database = { url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; @@ -158,15 +142,14 @@ parts.lib.mkFlake {inherit inputs;} { imports = [ inputs.pre-commit.flakeModule - inputs.nix2workflow.flakeModule ./modules ./overlay ./systems ./tf ./users + ./ci.nix ./dev.nix - ./workflow.nix ]; systems = [ -- cgit v1.2.3