Skip to content

Commit

Permalink
Upgrade nixpkgs to nixos-23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 3, 2023
1 parent e49399c commit eeb8212
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "replay";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
Expand Down Expand Up @@ -60,7 +60,7 @@
nativeBuildInputs = nativeBuildInputs ++ [ ghc ];

fetchAttrs = {
sha256 = "sha256-MlmYxux4CT5r5+zDT8r5tPc1VYGX+wQNT9CUazE0irw=";
sha256 = "";
preBuild = ''
rm .bazel-nix.rc
'';
Expand Down

0 comments on commit eeb8212

Please sign in to comment.