Initialize repo

This commit is contained in:
Campbell Alden 2026-07-30 00:12:33 +09:00
commit 2a27949a06
10 changed files with 109 additions and 0 deletions

2
default.nix Normal file
View file

@ -0,0 +1,2 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.callPackage ./derivation.nix {}