Skip to content

Commit

Permalink
Remove NixOps 1 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Sep 28, 2022
1 parent 321686a commit 2f44f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
effects = self.lib.withPkgs pkgs;
in {
git-crypt-hook = pkgs.callPackage ./effects/git-crypt-hook/test.nix {};
nixops = pkgs.callPackage ./effects/nixops/test/default.nix {};
# pyjwt is marked insecure; skip
# nixops = pkgs.callPackage ./effects/nixops/test/default.nix {};
nix-shell = pkgs.callPackage ./effects/nix-shell/test.nix {};
nixops2 = pkgs.callPackage ./effects/nixops2/test/default.nix { nixpkgsFlake = nixpkgs; };
cachix-deploy = pkgs.callPackage ./effects/cachix-deploy/test.nix {};
Expand Down

0 comments on commit 2f44f26

Please sign in to comment.