Skip to content

Commit

Permalink
Update to lastest nixos-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Feb 4, 2024
1 parent 2872c3a commit f54a3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ let

nixpkgs-src =
builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/a7ecde8.tar.gz";
sha256 = "162dywda2dvfj1248afxc45kcrg83appjd0nmdb541hl7rnncf02";
url = "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
sha256 = "0lc85nwvwrcca1hs7dpx3gbbhribc8nks31w44l3ygvxm3gws4hm";
};

nixpkgs =
Expand Down

0 comments on commit f54a3fa

Please sign in to comment.