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/) |
|
||||
| [Rust] | [`rust`](./rust/) |
|
||||
| [Scala] | [`scala`](./scala/) |
|
||||
| [WebAssembly][wasm] | [`wasm`](./wasm) |
|
||||
| [Zig] | [`zig`](./zig/) |
|
||||
|
||||
## 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
|
||||
[virtualenv]: https://pypi.org/project/virtualenv
|
||||
[vulnix]: https://github.com/flyingcircusio/vulnix
|
||||
[wasm]: https://webassembly.org/
|
||||
[yarn]: https://yarnpkg.com
|
||||
[zig]: https://ziglang.org
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1659542688,
|
||||
"narHash": "sha256-7Ye59iW/DUWb8PzptEqdyYPlv6y+IhqKecaoZl3q68A=",
|
||||
"lastModified": 1659689094,
|
||||
"narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "81094ccd6a0aa13ed176c815a60c4e25b49f072d",
|
||||
"rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue