forked from Fediversity/Fediversity
switch launch shell to root flake's nixpkgs, see #279
This commit is contained in:
parent
fa770d4ef3
commit
d599d5b640
3 changed files with 19 additions and 3 deletions
4
launch/.terraform.lock.hcl
generated
4
launch/.terraform.lock.hcl
generated
|
@ -4,13 +4,13 @@
|
||||||
provider "registry.opentofu.org/hashicorp/external" {
|
provider "registry.opentofu.org/hashicorp/external" {
|
||||||
version = "2.3.4"
|
version = "2.3.4"
|
||||||
hashes = [
|
hashes = [
|
||||||
"h1:F45RHS5NlHBWkfcW61rwkA7Z2P+p3Rxvq75XMhNeFHE=",
|
"h1:HfVaWMC7Tz+tRfoWZtGCX2MATcgX3HsexoirWdi/voo=",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "registry.opentofu.org/hashicorp/null" {
|
provider "registry.opentofu.org/hashicorp/null" {
|
||||||
version = "3.2.3"
|
version = "3.2.3"
|
||||||
hashes = [
|
hashes = [
|
||||||
"h1:P9gA/YsRU4Q+STK6EkCOjTHYUop/+1LfIbX7QMNHfPk=",
|
"h1:qTlGDGC3RmXIPLgwsIh4LHG/DrAR6T6L+Wn6egnQnwE=",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
{
|
{
|
||||||
system ? builtins.currentSystem,
|
system ? builtins.currentSystem,
|
||||||
sources ? import ../npins,
|
sources ? import ../npins,
|
||||||
pkgs ? import sources.nixpkgs {
|
inputs ? import sources.flake-inputs {
|
||||||
|
root = ../.;
|
||||||
|
},
|
||||||
|
# match the same version of opentofu that is deployed by the root flake
|
||||||
|
pkgs ? import inputs.nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
},
|
},
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
{
|
{
|
||||||
"pins": {
|
"pins": {
|
||||||
|
"flake-inputs": {
|
||||||
|
"type": "Git",
|
||||||
|
"repository": {
|
||||||
|
"type": "GitHub",
|
||||||
|
"owner": "fricklerhandwerk",
|
||||||
|
"repo": "flake-inputs"
|
||||||
|
},
|
||||||
|
"branch": "main",
|
||||||
|
"revision": "559574c9cbb8af262f3944b67d60fbf0f6ad03c3",
|
||||||
|
"url": "https://github.com/fricklerhandwerk/flake-inputs/archive/559574c9cbb8af262f3944b67d60fbf0f6ad03c3.tar.gz",
|
||||||
|
"hash": "0gbhmp6x2vdzvfnsvqzal3g8f8hx2ia6r73aibc78kazf78m67x6"
|
||||||
|
},
|
||||||
"htmx": {
|
"htmx": {
|
||||||
"type": "GitRelease",
|
"type": "GitRelease",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue