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 57b78cf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
load("@rules_haskell//haskell/experimental:defs.bzl", "haskell_module")
load(
"@rules_haskell//haskell:defs.bzl",
"haskell_binary",
"haskell_library",
"haskell_toolchain_library",
)
load(
"@bazel_gazelle//:def.bzl",
"DEFAULT_LANGUAGES",
"gazelle",
"gazelle_binary",
)
load(
"@rules_haskell//haskell:defs.bzl",
"haskell_binary",
"haskell_library",
"haskell_toolchain_library",
)
load("@rules_haskell//haskell/experimental:defs.bzl", "haskell_module")

config_setting(
name = "optimize_build",
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ http_archive(
],
)

load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies")
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")
load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies")

############################################################
# Define your own dependencies here using go_repository.
Expand Down
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 57b78cf

Please sign in to comment.