From 36fc22ff3d454fd53094aaa5c22ed8bb365bc327 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 8 Feb 2024 22:11:23 -0500 Subject: ci!: switch back to garnix & remove deploy workflows i don't need terranix to deployed on each run, i can do it manually i can also have devices pull from this flake for updates instead of always pushing when they hit `main` --- justfile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index eef7e64..5d4d689 100644 --- a/justfile +++ b/justfile @@ -24,17 +24,6 @@ switch: (rebuild "switch") test: (rebuild "test") -ci: - nix run \ - --inputs-from . \ - --override-input nixpkgs nixpkgs \ - github:Mic92/nix-fast-build -- \ - --no-nom \ - --skip-cached \ - --option accept-flake-config true \ - --option allow-import-from-derivation false \ - --flake '.#hydraJobs' - check: nix flake check \ --print-build-logs \ -- cgit v1.2.3