Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request hercules-ci#158 from cachix/nixos-22.05
Browse files Browse the repository at this point in the history
bump deps
  • Loading branch information
domenkozar authored Aug 4, 2022
2 parents 61b1a82 + 8e484ac commit 6a9402e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
with:
install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v10
with:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix flake check
- run: nix eval .#lib.x86_64-linux.run
- run: nix flake check --show-trace
- run: nix eval .#lib.x86_64-linux.run --show-trace
14 changes: 7 additions & 7 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
"homepage": "",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "2ced4519f865341adcb143c5d668f955a2cb997f",
"sha256": "0fc5bgv9syfcblp23y05kkfnpgh3gssz6vn24frs8dzw39algk2z",
"rev": "f2ea0f8ff1bce948ccb6b893d15d5ea3efaf1364",
"sha256": "02q2yvakyh9x9h9x9az2rr3h6h0zymhrl0z2xflc6blvz6zzqkf2",
"type": "tarball",
"url": "https://github.com/hercules-ci/gitignore/archive/2ced4519f865341adcb143c5d668f955a2cb997f.tar.gz",
"url": "https://github.com/hercules-ci/gitignore.nix/archive/f2ea0f8ff1bce948ccb6b893d15d5ea3efaf1364.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
"branch": "master",
"branch": "nixos-22.05",
"description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",
"homepage": "https://github.com/NixOS/nixpkgs",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "77a7a4197740213879b9a1d2e1788c6c8ade4274",
"sha256": "1asrniyxlqxrs4g0l225gvixwy45rbjfskqdz3xnv8xv2law9xk5",
"rev": "478f3cbc8448b5852539d785fbfe9a53304133be",
"sha256": "1xdr33l7hg7v81dm4m5a8hysa33z6gqisq0hyrdkds3yrnnxfp2w",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/77a7a4197740213879b9a1d2e1788c6c8ade4274.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/478f3cbc8448b5852539d785fbfe9a53304133be.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
3 changes: 1 addition & 2 deletions nix/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@
{
inherit hlint shellcheck stylua shfmt hindent cabal-fmt alejandra nixpkgs-fmt nixfmt nix-linter statix rustfmt clippy cargo html-tidy clang-tools hadolint;
inherit (elmPackages) elm-format elm-review elm-test;
inherit (haskellPackages) stylish-haskell brittany hpack fourmolu;
inherit (haskellPackages) stylish-haskell brittany hpack fourmolu ormolu;
inherit (python39Packages) yamllint ansible-lint;
inherit (nodePackages) eslint markdownlint-cli prettier;
ormolu = haskell.packages.ghc921.ormolu;
purty = callPackage ./purty { purty = nodePackages.purty; };
terraform-fmt = callPackage ./terraform-fmt { };
hpack-dir = callPackage ./hpack-dir { hpack = haskellPackages.hpack; };
Expand Down

0 comments on commit 6a9402e

Please sign in to comment.