Update flakes
This commit is contained in:
parent
a5514b5d4e
commit
8241e88c53
14
README.md
14
README.md
|
@ -90,7 +90,7 @@ The sections below list what each template includes. In all cases, you're free t
|
||||||
### [`elm`](./elm/)
|
### [`elm`](./elm/)
|
||||||
|
|
||||||
- [Elm] 0.19.1
|
- [Elm] 0.19.1
|
||||||
- [elm2nix]
|
- [elm2nix] 0.2.1
|
||||||
|
|
||||||
### [`gleam`](./gleam/)
|
### [`gleam`](./gleam/)
|
||||||
|
|
||||||
|
@ -110,9 +110,10 @@ The sections below list what each template includes. In all cases, you're free t
|
||||||
|
|
||||||
### [`hashi`](./hashi/)
|
### [`hashi`](./hashi/)
|
||||||
|
|
||||||
- [Terraform] 1.2.6
|
- [Terraform] 1.2.7
|
||||||
- [Packer] 1.8.2
|
- [Packer] 1.8.2
|
||||||
- [Nomad] 1.2.9
|
- [Nomad] 1.2.9
|
||||||
|
- [Vault] 1.11.2
|
||||||
- [nomad-autoscaler] 0.3.6-dev
|
- [nomad-autoscaler] 0.3.6-dev
|
||||||
- [nomad-pack] 0.0.1-techpreview.3
|
- [nomad-pack] 0.0.1-techpreview.3
|
||||||
- [levant] 0.3.1-dev
|
- [levant] 0.3.1-dev
|
||||||
|
@ -159,7 +160,7 @@ The sections below list what each template includes. In all cases, you're free t
|
||||||
|
|
||||||
- [Node.js][node] 18.7.0
|
- [Node.js][node] 18.7.0
|
||||||
- [npm] 8.15.0
|
- [npm] 8.15.0
|
||||||
- [pnpm] 7.3.0
|
- [pnpm] 7.9.1
|
||||||
- [Yarn] 1.22.19
|
- [Yarn] 1.22.19
|
||||||
- [node2nix] 1.11.1
|
- [node2nix] 1.11.1
|
||||||
|
|
||||||
|
@ -182,7 +183,7 @@ The sections below list what each template includes. In all cases, you're free t
|
||||||
|
|
||||||
### [`python`](./python/)
|
### [`python`](./python/)
|
||||||
|
|
||||||
- [Python] 3.11.0b4
|
- [Python] 3.11.0rc1
|
||||||
- [pip] 22.1.2
|
- [pip] 22.1.2
|
||||||
- [Virtualenv] 20.15.1
|
- [Virtualenv] 20.15.1
|
||||||
- [mach-nix]
|
- [mach-nix]
|
||||||
|
@ -197,7 +198,7 @@ The sections below list what each template includes. In all cases, you're free t
|
||||||
|
|
||||||
- From the `rust-toolchain.toml` file if present
|
- From the `rust-toolchain.toml` file if present
|
||||||
- From the `rust-toolchain` file if present
|
- From the `rust-toolchain` file if present
|
||||||
- Version 1.6.2 if neither is present
|
- Version 1.63.0 if neither is present
|
||||||
|
|
||||||
- [rust-analyzer] 2022-08-01
|
- [rust-analyzer] 2022-08-01
|
||||||
- [cargo-audit] 0.17.0
|
- [cargo-audit] 0.17.0
|
||||||
|
@ -207,7 +208,7 @@ The sections below list what each template includes. In all cases, you're free t
|
||||||
### [`scala`](./scala/)
|
### [`scala`](./scala/)
|
||||||
|
|
||||||
- [Scala] 3.1.0 ([Java] 17.0.3)
|
- [Scala] 3.1.0 ([Java] 17.0.3)
|
||||||
- [sbt] 1.6.2
|
- [sbt] 1.7.1
|
||||||
|
|
||||||
### [`zig`](./zig/)
|
### [`zig`](./zig/)
|
||||||
|
|
||||||
|
@ -300,6 +301,7 @@ All of the templates have only the root [flake](./flake.nix) as a flake input. T
|
||||||
[sbt]: https://www.scala-sbt.org
|
[sbt]: https://www.scala-sbt.org
|
||||||
[terraform]: https://terraform.io
|
[terraform]: https://terraform.io
|
||||||
[terragrunt]: https://terragrunt.gruntwork.io
|
[terragrunt]: https://terragrunt.gruntwork.io
|
||||||
|
[vault]: https://www.vaultproject.io
|
||||||
[virtualenv]: https://pypi.org/project/virtualenv
|
[virtualenv]: https://pypi.org/project/virtualenv
|
||||||
[vulnix]: https://github.com/flyingcircusio/vulnix
|
[vulnix]: https://github.com/flyingcircusio/vulnix
|
||||||
[yarn]: https://yarnpkg.com
|
[yarn]: https://yarnpkg.com
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -12,10 +12,18 @@
|
||||||
|
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
damon levant mkShell nomad nomad-autoscaler nomad-pack packer
|
damon levant mkShell nomad nomad-autoscaler nomad-pack packer
|
||||||
terraform;
|
terraform vault;
|
||||||
|
|
||||||
hashiTools =
|
hashiTools = [
|
||||||
[ packer terraform nomad nomad-autoscaler nomad-pack levant damon ];
|
packer
|
||||||
|
terraform
|
||||||
|
nomad
|
||||||
|
vault
|
||||||
|
nomad-autoscaler
|
||||||
|
nomad-pack
|
||||||
|
levant
|
||||||
|
damon
|
||||||
|
];
|
||||||
|
|
||||||
relatedTools = with pkgs; [ terragrunt ];
|
relatedTools = with pkgs; [ terragrunt ];
|
||||||
in {
|
in {
|
||||||
|
@ -27,6 +35,7 @@
|
||||||
echo "packer `${packer}/bin/packer --version`"
|
echo "packer `${packer}/bin/packer --version`"
|
||||||
${terraform}/bin/terraform --version
|
${terraform}/bin/terraform --version
|
||||||
${nomad}/bin/nomad --version
|
${nomad}/bin/nomad --version
|
||||||
|
${vault}/bin/vault --version
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1660137916,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-7+DP5n6r2qULQzxd8dI6ghjMDG47Mpdw1lPYaoB/LYA=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "ada54b20ccc42e53edd8a6a3cc2b56a6a4006d07",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1660137298,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-CjWK2qop+j0e/8gRqtSpIizX2EM5YbtR36Db5dhFs94=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f2f95b120bda675c3eba6d6bf01360c5b9a78e9c",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -71,11 +71,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -51,11 +51,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -92,11 +92,11 @@
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1660125530,
|
"lastModified": 1660358625,
|
||||||
"narHash": "sha256-iGeuTN/uts+1Qy+M9ZUPkuoxewwWCZ5kyPh9sA8OsqQ=",
|
"narHash": "sha256-uv+ZtOAEeM5tw78CLdRQmbZyDZYc0piSflthG2kNnrc=",
|
||||||
"owner": "oxalica",
|
"owner": "oxalica",
|
||||||
"repo": "rust-overlay",
|
"repo": "rust-overlay",
|
||||||
"rev": "9391a9f23da71d0c61117caba5b0f1debb69bcbd",
|
"rev": "18354cce8137aaef0d505d6f677e9bbdd542020d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659690637,
|
"lastModified": 1660403520,
|
||||||
"narHash": "sha256-deqnwwdyCLoRi19/j5yGpF9QOVZmynZjug/lD31pC+Q=",
|
"narHash": "sha256-rWWUDSkEnDtR5gb6gaKlVex/Od/vJbZSAB60VdCrwgE=",
|
||||||
"owner": "the-nix-way",
|
"owner": "the-nix-way",
|
||||||
"repo": "dev-templates",
|
"repo": "dev-templates",
|
||||||
"rev": "6236bff7a27b0cab436cfbf62c8bb60c72984077",
|
"rev": "a5514b5d4e986af9c9637c13896fe15aad65fbdd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
},
|
},
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1656928814,
|
"lastModified": 1659877975,
|
||||||
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
|
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
|
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659689094,
|
"lastModified": 1660402476,
|
||||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
"narHash": "sha256-HbbTXk4/3zqNipPodXeOytTnefgQmy/KjScRB5lB8uY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
"rev": "91e3af4efba570a9b7fb6a069783fcd85f311247",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue