diff options
author | stuebinm | 2025-05-27 23:35:50 +0200 |
---|---|---|
committer | stuebinm | 2025-05-27 23:43:49 +0200 |
commit | a110bc3739cf79dd740398b185bafbab4581f2d1 (patch) | |
tree | 9a576c8b7de9a739abd24b3491c182e89b7548a8 /default.nix | |
parent | e954dc8118b8513137b22c464c86be26220c9f2c (diff) |
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/default.nix b/default.nix index b3fcdef..37248e7 100644 --- a/default.nix +++ b/default.nix @@ -12,15 +12,14 @@ let mkDerivation { pname = "conftrack"; version = "0.0.1"; - src = nixpkgs.fetchgit { - url = "https://stuebinm.eu/git/conftrack"; - rev = "3e71d0ab05c7f5fd71a75b86eeac6f8a1edc3a44"; - hash = "sha256-gBkzbvKFNhut2XbruqisXLSHFwJPIsf8e5bjrSUgHsI="; - }; + sha256 = "51bdd96aff8537b4871498d67b936df8ab360b886aabec21a1dcb187a73aa2ec"; + revision = "1"; + editedCabalFile = "0wx03gla2x51llwng995snp9lyg1msnyf0337hd1ph9874zcadxr"; libraryHaskellDepends = [ aeson base bytestring containers directory file-io filepath mtl scientific template-haskell text transformers yaml ]; + jailbreak = true; testHaskellDepends = [ aeson base containers QuickCheck quickcheck-instances text ]; |