diff options
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/filelock.nix | 15 | ||||
| l--------- | custom/trivmix.nix | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/custom/filelock.nix b/custom/filelock.nix new file mode 100644 index 00000000..d19d3b9c --- /dev/null +++ b/custom/filelock.nix | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | ||
| 2 | |||
| 3 | { cabal }: | ||
| 4 | |||
| 5 | cabal.mkDerivation (self: { | ||
| 6 | pname = "filelock"; | ||
| 7 | version = "0.1.0.1"; | ||
| 8 | sha256 = "0qypjnbkfayqyaymx8qrq4abddlrlzanf6lqhfn9cqzcgzr6735d"; | ||
| 9 | meta = { | ||
| 10 | homepage = "http://github.com/takano-akio/filelock"; | ||
| 11 | description = "Portable interface to file locking (flock / LockFileEx)"; | ||
| 12 | license = self.stdenv.lib.licenses.publicDomain; | ||
| 13 | platforms = self.ghc.meta.platforms; | ||
| 14 | }; | ||
| 15 | }) | ||
diff --git a/custom/trivmix.nix b/custom/trivmix.nix index c968101a..4dedc26c 120000 --- a/custom/trivmix.nix +++ b/custom/trivmix.nix | |||
| @@ -1 +1 @@ | |||
| ../trivmix/trivmix.nix \ No newline at end of file | ../trivmix/package.nix \ No newline at end of file | ||
