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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user