Skip to content

Commit

Permalink
Merge pull request #25 from vst/vst/update-nixpkgs-24.05
Browse files Browse the repository at this point in the history
Update nixpkgs to v24.05
  • Loading branch information
vst authored Jun 23, 2024
2 parents 658c7be + 19c23c1 commit c860194
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Install nix"
uses: "cachix/install-nix-action@v25"
with:
nix_path: "nixpkgs=channel:nixos-23.11"
nix_path: "nixpkgs=channel:nixos-24.05"

- name: "Use magic Nix cache"
uses: "DeterminateSystems/magic-nix-cache-action@v4"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: "${{ steps.release.outputs.release_created }}"
uses: "cachix/install-nix-action@v25"
with:
nix_path: "nixpkgs=channel:nixos-23.11"
nix_path: "nixpkgs=channel:nixos-24.05"
extra_nix_config: "system-features = benchmark, big-parallel, nixos-test, uid-range, kvm"

- name: "Use magic Nix cache"
Expand Down
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-23.11",
"branch": "release-24.05",
"description": "Nix Packages collection",
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "658f380142d826c8fee8e456288b25ad7cd251e8",
"sha256": "1jyjif9sy7c7hiq5j143lkfb0avqsgyynyc3wzzrzj8x903n37h1",
"rev": "dd868b7bd4d1407d607da0d1d9c5eca89132e2f7",
"sha256": "0jfxj8cg9sqlkmk4lzan0p73mar4cc79g9pshd1907a4flyzdvy2",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/658f380142d826c8fee8e456288b25ad7cd251e8.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/dd868b7bd4d1407d607da0d1d9c5eca89132e2f7.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit c860194

Please sign in to comment.