add elm-forbid-import

This commit is contained in:
Brian Hicks 2020-11-22 05:17:27 -06:00
parent e5583f36d9
commit be91592316
2 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,10 @@
{
"elm-forbid-import": {
"branch": "main",
"repo": "ssh://git@git.bytes.zone:2222/brian/elm-forbid-import.git",
"rev": "a678d730d2a7fc551472db7a0beabc510638fbec",
"type": "git"
},
"niv": {
"branch": "master",
"description": "Easy dependency management for Nix projects",

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation {
elmPackages.elm-format
elmPackages.elm-test
elmPackages.elm-verify-examples
(import sources.elm-forbid-import { pkgs = nixpkgs; })
# preview dependencies
python3