Files
opengoal-nix/default.nix
2026-04-19 09:16:46 -04:00

2 lines
82 B
Nix

with import <nixpkgs> { config.allowUnfree = true; };
callPackage ./package.nix {}