This commit is contained in:
Jeeves 2024-10-28 11:18:43 -06:00
commit 0d777da073
5 changed files with 172 additions and 0 deletions

2
default.nix Normal file
View file

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