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
target/

View file

@ -13,7 +13,6 @@
# limitations under the License.
{
root,
pkgs,
system,
_cerulean,
...
@ -37,11 +36,7 @@
else []
);
environment.systemPackages =
(with pkgs; [
sops
])
++ (with _cerulean.inputs; [
environment.systemPackages = with _cerulean.inputs; [
deploy-rs.packages.${system}.default
]);
];
}