update root flake
This commit is contained in:
parent
aebebdade1
commit
cc34708348
|
@ -49,7 +49,6 @@ Once your preferred template has been initialized, you can use the provided shel
|
||||||
| [Ruby] | [`ruby`](./ruby/) |
|
| [Ruby] | [`ruby`](./ruby/) |
|
||||||
| [Rust] | [`rust`](./rust/) |
|
| [Rust] | [`rust`](./rust/) |
|
||||||
| [Scala] | [`scala`](./scala/) |
|
| [Scala] | [`scala`](./scala/) |
|
||||||
| [WebAssembly][wasm] | [`wasm`](./wasm) |
|
|
||||||
| [Zig] | [`zig`](./zig/) |
|
| [Zig] | [`zig`](./zig/) |
|
||||||
|
|
||||||
## Template contents
|
## Template contents
|
||||||
|
@ -281,6 +280,5 @@ All of the templates have only the root [flake](./flake.nix) as a flake input. T
|
||||||
[terragrunt]: https://terragrunt.gruntwork.io
|
[terragrunt]: https://terragrunt.gruntwork.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
|
||||||
[wasm]: https://webassembly.org/
|
|
||||||
[yarn]: https://yarnpkg.com
|
[yarn]: https://yarnpkg.com
|
||||||
[zig]: https://ziglang.org
|
[zig]: https://ziglang.org
|
||||||
|
|
|
@ -17,11 +17,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659542688,
|
"lastModified": 1659689094,
|
||||||
"narHash": "sha256-7Ye59iW/DUWb8PzptEqdyYPlv6y+IhqKecaoZl3q68A=",
|
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "81094ccd6a0aa13ed176c815a60c4e25b49f072d",
|
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue