Skip to content

Commit

Permalink
fix: pin nixpkgs to latest nixos-24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Nov 19, 2024
1 parent 73bc8ba commit bf353dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pin to latest nixos-24.05
{ pkgs ? import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/tarball/release-24.05";
sha256 = "sha256:1ys916f64hyvlakx4575dg07d1rxdiy47a5pcv0wb6ghis5fagx5";
url = "https://github.com/NixOS/nixpkgs/archive/e8c38b73aeb218e27163376a2d617e61a2ad9b59.tar.gz";
sha256 = "1n6gdjny8k5rwkxh6sp1iwg1y3ni1pm7lvh9sisifgjb18jdvzbm";
}) {}
, ...
} @ args: let
Expand Down

0 comments on commit bf353dc

Please sign in to comment.