Skip to content

Commit

Permalink
chore: bump nix and nixpkgs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomberek authored Nov 2, 2023
1 parent 5cc6e0c commit 7ae43f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# ---------------------------------------------------------------------------- #

inputs.nixpkgs.url = "github:NixOS/nixpkgs";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";


# ---------------------------------------------------------------------------- #
Expand Down
3 changes: 2 additions & 1 deletion pkg-fun.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
{ stdenv
, pkg-config
, nlohmann_json
, nix
, nixVersions
, boost
, bats
, gnused
, jq
}: let

nix = nixVersions.nix_2_15;
batsWith =
bats.withLibraries ( p: [p.bats-assert p.bats-file p.bats-support] );

Expand Down

0 comments on commit 7ae43f9

Please sign in to comment.