Skip to content

Commit

Permalink
Merge pull request #68 from vst/vst/dependency-upgrades
Browse files Browse the repository at this point in the history
chore(deps): bump nixpkgs from 24.05 to 24.11
  • Loading branch information
vst authored Dec 6, 2024
2 parents 3daec72 + 35f9d2d commit 98a4335
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@ jobs:
- name: "Checkout Codebase"
uses: "actions/checkout@v4"

- name: "Install nix"
- name: "Install Nix"
uses: "cachix/install-nix-action@v27"
with:
nix_path: "nixpkgs=channel:nixos-24.05"

- name: "Use magic Nix cache"
- name: "Use Magic Nix Cache"
uses: "DeterminateSystems/magic-nix-cache-action@v7"

## TODO: This should not be necessary, but nixpkgs v24.11 requires it.
- name: "Update Haskell Package List"
run: |
nix-shell --run "cabal update --ignore-project"
- name: "Check Application"
run: |
nix-shell --pure --run "dev-test-build"
nix-shell --run "dev-test-build"
8 changes: 4 additions & 4 deletions nix/sources.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"nixpkgs": {
"branch": "release-24.05",
"branch": "release-24.11",
"description": "Nix Packages collection",
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "29c3451c88250659c4dccf3468523c00ed530c07",
"sha256": "19qrl1bb9m5bdgpq5pcpd2yd22h7vllcxcinmwlwj8c6v76dyk1s",
"rev": "260a02d2ee673c2e4a4cfe8bc6c78ce8ea39c08c",
"sha256": "0lnn5r0jhd3z3ncplly97540gjpgm51x2rnv52r35d3q7drw4r46",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/29c3451c88250659c4dccf3468523c00ed530c07.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/260a02d2ee673c2e4a4cfe8bc6c78ce8ea39c08c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit 98a4335

Please sign in to comment.