1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Merge remote-tracking branch 'origin/master' into detsys-main

This commit is contained in:
Eelco Dolstra 2024-07-16 13:54:16 +02:00
commit 042c2ae3ac
222 changed files with 3295 additions and 1254 deletions

View file

@ -8,7 +8,6 @@
#include "signals.hh"
#include <algorithm>
#include <cctype>
#include <exception>
#include <iostream>
@ -23,6 +22,8 @@
#include <openssl/crypto.h>
#include "exit.hh"
#include "strings.hh"
namespace nix {