Compare commits

..

No commits in common. "9bab917d8cc3b16f3c73b1980fcb55a4b5ce5239" and "8508b61b9224f409dc85562da4260dfbf9ab52cf" have entirely different histories.

2 changed files with 3 additions and 9 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
/hidden /hidden
target/

View file

@ -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; [ deploy-rs.packages.${system}.default
sops ];
])
++ (with _cerulean.inputs; [
deploy-rs.packages.${system}.default
]);
} }