diff options
Diffstat (limited to 'dev/ci/nix/formal-topology.nix')
| -rw-r--r-- | dev/ci/nix/formal-topology.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/nix/formal-topology.nix b/dev/ci/nix/formal-topology.nix new file mode 100644 index 0000000000..70ba541577 --- /dev/null +++ b/dev/ci/nix/formal-topology.nix @@ -0,0 +1,4 @@ +{ corn }: +{ + buildInputs = [ corn ]; +} |
