Idris2/default.nix
2021-01-15 17:20:52 +00:00

4 lines
77 B
Nix

{ nixpkgs ? import <nixos> {} }: with nixpkgs;
callPackage ./package.nix {}