minimal working state

This commit is contained in:
do butterflies cry? 2026-03-17 20:37:59 +10:00
parent 855430ef16
commit 6c1a0a5d33
Signed by: cry
GPG key ID: F68745A836CA0412
26 changed files with 331 additions and 326 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
{
_snow,
_snowFlake,
lib,
specialArgs,
...
@ -39,7 +39,7 @@
config = {
nodes = {
base = _snow.inputs.nixpkgs;
base = _snowFlake.inputs.nixpkgs;
};
};
}