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