generated from me/nix-flake-template
Add packaging
This commit is contained in:
parent
1e1f19e02b
commit
67f57dc7e4
2 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@
|
||||||
name = "Template";
|
name = "Template";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
packages.default = pkgs.haskellPackages.callCabal2nix "nix-flake-haskell-template" ./. { };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
@ -40,7 +40,7 @@ homepage: https://git.sudoer777.dev/me/nix-flake-haskell-template/
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
||||||
-- The file containing the license text.
|
-- The file containing the license text.
|
||||||
license-file: LICENSE
|
license-file: LICENSES/MIT.txt
|
||||||
|
|
||||||
-- The package author(s).
|
-- The package author(s).
|
||||||
author: Ethan Reece
|
author: Ethan Reece
|
||||||
|
|
Loading…
Add table
Reference in a new issue