grab the updated flakeful version of elm-forbid-import

This commit is contained in:
Brian Hicks 2023-06-12 16:57:13 -05:00
parent fc2542a982
commit cc90da459e
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50
2 changed files with 95 additions and 14 deletions

View File

@ -1,13 +1,17 @@
{
"nodes": {
"elm-forbid-import": {
"flake": false,
"inputs": {
"flake-utils": "flake-utils",
"naersk": "naersk",
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1653575199,
"narHash": "sha256-TxqXxNwMrqMnWFNyFIf6JboPyTRK/zSNcSBUfeyPUqo=",
"lastModified": 1686606856,
"narHash": "sha256-/W2cpmrKnef34EkMqnlEihQop69O8Tr+OdkPpD3NDlQ=",
"ref": "refs/heads/main",
"rev": "f5d5dc93bb68a58aaa922ba588c94941845e0941",
"revCount": 142,
"rev": "3aea7d3e453575aa85bc19c8387825d0e7c42ce8",
"revCount": 147,
"type": "git",
"url": "https://git.bytes.zone/brian/elm-forbid-import.git"
},
@ -34,7 +38,73 @@
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1685518550,
"narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"naersk": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1686572087,
"narHash": "sha256-jXTut7ZSYqLEgm/nTk7TuVL2ExahTip605bLINklAnQ=",
"owner": "nix-community",
"repo": "naersk",
"rev": "8507af04eb40c5520bd35d9ce6f9d2342cea5ad1",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1686519857,
"narHash": "sha256-VkBhuq67aXXiCoEmicziuDLUPPjeOTLQoj6OeVai5zM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6b1b72c0f887a478a5aac355674ff6df0fc44f44",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1686519857,
"narHash": "sha256-VkBhuq67aXXiCoEmicziuDLUPPjeOTLQoj6OeVai5zM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6b1b72c0f887a478a5aac355674ff6df0fc44f44",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1686519857,
"narHash": "sha256-VkBhuq67aXXiCoEmicziuDLUPPjeOTLQoj6OeVai5zM=",
@ -53,8 +123,8 @@
"root": {
"inputs": {
"elm-forbid-import": "elm-forbid-import",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_3"
}
},
"systems": {
@ -71,6 +141,21 @@
"repo": "default",
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",

View File

@ -1,12 +1,8 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
elm-forbid-import = {
url = "git+https://git.bytes.zone/brian/elm-forbid-import.git";
flake = false;
};
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
elm-forbid-import.url = "git+https://git.bytes.zone/brian/elm-forbid-import.git";
};
outputs = inputs:
@ -38,7 +34,7 @@
pkgs.elmPackages.elm-verify-examples
pkgs.elmPackages.elm-review
pkgs.elmPackages.elm-json
# (pkgs.callPackage inputs.elm-forbid-import { })
inputs.elm-forbid-import.defaultPackage.${system}
# preview dependencies
pkgs.python3