1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 23:42:43 +01:00

First attempt at uwyu for libflake

This commit is contained in:
Farid Zakaria 2025-10-14 22:53:13 -04:00
parent 16e946bfb1
commit 7bc3d9b9a9
12 changed files with 201 additions and 20 deletions

View file

@ -1,6 +1,8 @@
#include "nix/flake/url-name.hh"
#include <regex>
#include <iostream>
#include "nix/flake/url-name.hh"
#include "nix/util/strings.hh"
#include "nix/util/url.hh"
namespace nix {