1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Merge pull request #9655 from iFreilicht/move-flake-url-name-util

Move url-name utility to libexpr/flake
This commit is contained in:
John Ericson 2023-12-22 10:26:42 -05:00 committed by GitHub
commit d65d56fa77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 3 deletions

View file

@ -11,7 +11,7 @@
#include "profiles.hh"
#include "names.hh"
#include "url.hh"
#include "url-name.hh"
#include "flake/url-name.hh"
#include <nlohmann/json.hpp>
#include <regex>