mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
packages: +ruler
This commit is contained in:
parent
57718f773f
commit
71a7023ffb
1 changed files with 19 additions and 0 deletions
19
nix/packages/by-name/ruler/package.nix
Normal file
19
nix/packages/by-name/ruler/package.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
haskellPackages,
|
||||||
|
haskell,
|
||||||
|
fetchFromGitea,
|
||||||
|
}: let
|
||||||
|
inherit (haskell.lib.compose) justStaticExecutables;
|
||||||
|
|
||||||
|
drv =
|
||||||
|
haskellPackages.callCabal2nix "ruler"
|
||||||
|
(fetchFromGitea {
|
||||||
|
domain = "git.confusedcompiler.org";
|
||||||
|
owner = "leana8959";
|
||||||
|
repo = "ruler";
|
||||||
|
rev = "45fc0f5d501390b6d62a3eec5f51d7c101d3b2a3";
|
||||||
|
hash = "sha256-NaUudQo8Rl0lcoKzfA2fA0dJQGTJ/fg515dyfycWeVE=";
|
||||||
|
})
|
||||||
|
{};
|
||||||
|
in
|
||||||
|
justStaticExecutables drv
|
||||||
Loading…
Add table
Add a link
Reference in a new issue