Update to Nix 2.28 (#41)

* Format all Nix files

* flake.lock: Update, temporary to Nixpkgs master

Needed for Nix 2.28 until Hydra advances.

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8edf06bea5bcbee082df1b7369ff973b91618b8d?narHash=sha256-sQxuJm8rHY20xq6Ah%2BGwIUkF95tWjGRd1X8xF%2BPkk38%3D' (2024-11-22)
  → 'github:NixOS/nixpkgs/ef3a956f697525883b77192cbe208233ea0f8f79?narHash=sha256-oxI9TLgnQbQ/WL0tIwVSIooLbXq4PW1QUhf5aQmXFgk%3D' (2025-04-09)

* Update to Nix 2.28
This commit is contained in:
John Ericson
2025-04-09 18:28:10 -04:00
committed by GitHub
parent 6e8d82a451
commit 101b4a552f
5 changed files with 109 additions and 94 deletions

View File

@@ -1,8 +1,10 @@
#include <cstddef>
#include <cstdlib>
#include <nix/store-api.hh>
#include <nix/shared.hh>
#include <nix/log-store.hh>
#include <nix/store/store-api.hh>
#include <nix/store/log-store.hh>
#include <nix/main/shared.hh>
#include "nix.hh"
using namespace nix;