fabric-makussu/default.nix
2025-05-01 14:09:14 +02:00

6 lines
75 B
Nix

{
pkgs ? import <nixpkgs> { },
}:
pkgs.callPackage ./derivation.nix { }