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
|
||||
target/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
]);
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue