Skip to content

Commit

Permalink
nix: upgrade nixpkgs to 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Sep 15, 2024
1 parent fc3438f commit 64dc847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
with import (builtins.fetchTarball {
name = "2023-09-16";
url = "https://github.com/NixOS/nixpkgs/archive/ae5b96f3ab6aabb60809ab78c2c99f8dd51ee678.tar.gz";
sha256 = "11fpdcj5xrmmngq0z8gsc3axambqzvyqkfk23jn3qkx9a5x56xxk";
name = "24.05";
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/24.05.tar.gz";
sha256 = "sha256:1lr1h35prqkd1mkmzriwlpvxcb34kmhc9dnr48gkm8hh089hifmx";
}) {};
mkShell {
buildInputs =
Expand Down

0 comments on commit 64dc847

Please sign in to comment.