323b556dc8
This verison has a worse UI, but also chnages the schema less: One non-null constraint is removed, but no new columns are added. Co-Authored-By: Andrea Ciceri <andrea.ciceri@autistici.org> Co-Authored-By: regnat <rg@regnat.ovh>
8 lines
122 B
Bash
Executable file
8 lines
122 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# Workaround for https://github.com/NixOS/nix/pull/6051
|
|
echo "some output"
|
|
|
|
mkdir $out
|
|
echo foo > $out/a-file
|