Skip to content

Commit

Permalink
Move url-name utility to libexpr/flake
Browse files Browse the repository at this point in the history
  • Loading branch information
iFreilicht committed Dec 22, 2023
1 parent 17c202b commit 6bfc9c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/nix/profile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "url-name.hh"
#include "flake/url-name.hh"
#include <gtest/gtest.h>

namespace nix {
Expand Down

0 comments on commit 6bfc9c1

Please sign in to comment.