From 0b3acb991f11d9ace340f75bc2f8a454ea385fae Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 29 Oct 2025 17:16:47 +0100 Subject: Got to a first satisfying state for this boilerplate generator --- kel_cpp_boilerplate/c++/blueprints/derivation_nix.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'kel_cpp_boilerplate/c++/blueprints/derivation_nix.hpp') diff --git a/kel_cpp_boilerplate/c++/blueprints/derivation_nix.hpp b/kel_cpp_boilerplate/c++/blueprints/derivation_nix.hpp index 9715769..4417a8d 100644 --- a/kel_cpp_boilerplate/c++/blueprints/derivation_nix.hpp +++ b/kel_cpp_boilerplate/c++/blueprints/derivation_nix.hpp @@ -1,11 +1,10 @@ #pragma once #include -constexpr std::string_view derivation_nix_dir_name = "app/.nix"; -constexpr std::string_view derivation_nix_file_name = "derivation.nix"; +constexpr std::string_view derivation_nix_file_path = "app/.nix/derivation.nix"; -constexpr std::string_view derivation_nix_file_content = R"( -{ stdenv +constexpr std::string_view derivation_nix_file_content = +R"({ stdenv , scons , clang-tools , forstio -- cgit v1.2.3