mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 14:02:42 +01:00
FlakeRegistry = FlakeRef -> FlakeRef
This commit is contained in:
parent
c64f98b883
commit
4ad4e48668
8 changed files with 105 additions and 180 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "args.hh"
|
||||
#include "primops/flake.hh"
|
||||
#include "common-eval-args.hh"
|
||||
|
||||
namespace nix {
|
||||
|
|
@ -46,7 +47,7 @@ struct GitRepoCommand : virtual Args
|
|||
|
||||
struct FlakeCommand : virtual Args
|
||||
{
|
||||
std::string flakeUri;
|
||||
FlakeUri flakeUri;
|
||||
|
||||
FlakeCommand()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue