Skip to content

Commit

Permalink
Update nixpkgs-unstable (#163)
Browse files Browse the repository at this point in the history
# Why
Users should have the latest and greatest nixpkgs-unstable available to
them for use on Replit.
# What Changed
Updated the unstable channel by running `nix run nixpkgs#niv -- update
nixpkgs-unstable`.
# Notes
See https://github.com/replit/goval/blob/main/docs/nix-cache.md for more
information on updating the Nix cache.
This PR is created via a GitHub Actions Workflow. Please take care to
ensure its contents are correct. This Workflow runs every month to
ensure the Replit nix cache is regularly updated.

Co-authored-by: cdmistman <[email protected]>
  • Loading branch information
github-actions[bot] and cdmistman authored Aug 28, 2024
1 parent 6f25ac3 commit 041913f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
"homepage": "",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "47b604b07d1e8146d5398b42d3306fdebd343986",
"sha256": "0g0nl5dprv52zq33wphjydbf3xy0kajp0yix7xg2m0qgp83pp046",
"rev": "ae815cee91b417be55d43781eb4b73ae1ecc396c",
"sha256": "1m113g0jfmdhznx0b66x7aq7af8iz4vh00nacdvpmbnvz5bh66fd",
"type": "tarball",
"url": "https://github.com/nixos/nixpkgs/archive/47b604b07d1e8146d5398b42d3306fdebd343986.tar.gz",
"url": "https://github.com/nixos/nixpkgs/archive/ae815cee91b417be55d43781eb4b73ae1ecc396c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"prybar": {
Expand Down

0 comments on commit 041913f

Please sign in to comment.