Compare commits
2 commits
8508b61b92
...
9bab917d8c
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bab917d8c | |||
| 0651bd0118 |
2 changed files with 9 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
/hidden
|
/hidden
|
||||||
|
target/
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
{
|
{
|
||||||
root,
|
root,
|
||||||
|
pkgs,
|
||||||
system,
|
system,
|
||||||
_cerulean,
|
_cerulean,
|
||||||
...
|
...
|
||||||
|
|
@ -36,7 +37,11 @@
|
||||||
else []
|
else []
|
||||||
);
|
);
|
||||||
|
|
||||||
environment.systemPackages = with _cerulean.inputs; [
|
environment.systemPackages =
|
||||||
deploy-rs.packages.${system}.default
|
(with pkgs; [
|
||||||
];
|
sops
|
||||||
|
])
|
||||||
|
++ (with _cerulean.inputs; [
|
||||||
|
deploy-rs.packages.${system}.default
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue