Skip to content

Commit

Permalink
nix: nixci -> omnix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 20, 2024
1 parent 88caf6f commit 925949f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: aarch64-darwin
steps:
- uses: actions/checkout@v4
- run: nixci build
- run: om ci
10 changes: 0 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,5 @@
apps.default.program = self'.apps.en.program; # Alias to English site
formatter = pkgs.nixpkgs-fmt;
};
flake.nixci.default = {
nix-modules-1.dir = ./global/nix-modules/1;
nix-modules-2.dir = ./global/nix-modules/2;
nix-modules-3.dir = ./global/nix-modules/3;
nix-modules-4.dir = ./global/nix-modules/4;
nix-modules-5 = {
dir = ./global/nix-modules/5;
overrideInputs.flake4 = ./global/nix-modules/4;
};
};
};
}

0 comments on commit 925949f

Please sign in to comment.