forked from fediversity/fediversity
Compare commits
No commits in common. "fb8957eb86186539cffe219c7b834e34359c5724" and "46182e75122b145a91def07397afebb85c7d0c20" have entirely different histories.
fb8957eb86
...
46182e7512
4 changed files with 3 additions and 21 deletions
|
|
@ -2,9 +2,8 @@ name: update-dependencies
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # allows manual triggering
|
workflow_dispatch: # allows manual triggering
|
||||||
# FIXME: re-enable when manual run works
|
schedule:
|
||||||
# schedule:
|
- cron: '0 0 1 * *' # monthly
|
||||||
# - cron: '0 0 1 * *' # monthly
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,6 @@ let
|
||||||
gitignore
|
gitignore
|
||||||
;
|
;
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
inherit (import sources.flake-inputs) import-flake;
|
|
||||||
inherit ((import-flake { src = ./.; }).inputs) nixops4;
|
|
||||||
pre-commit-check =
|
pre-commit-check =
|
||||||
(import "${git-hooks}/nix" {
|
(import "${git-hooks}/nix" {
|
||||||
inherit nixpkgs system;
|
inherit nixpkgs system;
|
||||||
|
|
@ -60,7 +58,6 @@ in
|
||||||
pkgs.npins
|
pkgs.npins
|
||||||
pkgs.nix-unit
|
pkgs.nix-unit
|
||||||
test-loop
|
test-loop
|
||||||
nixops4.packages.${system}.default
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ let
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# `config` not set and imported from multiple places: no fixed module class
|
_class = "nixops4Resource";
|
||||||
|
|
||||||
options.fediversityVm = {
|
options.fediversityVm = {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
|
@ -148,19 +147,6 @@ in
|
||||||
NixOps4 from the package's npins-based code, we will have to do with
|
NixOps4 from the package's npins-based code, we will have to do with
|
||||||
this workaround.
|
this workaround.
|
||||||
'';
|
'';
|
||||||
default =
|
|
||||||
let
|
|
||||||
sources = import ../../npins;
|
|
||||||
inherit (import sources.flake-inputs) import-flake load-flake;
|
|
||||||
inherit
|
|
||||||
(import-flake {
|
|
||||||
src = ../../.;
|
|
||||||
})
|
|
||||||
inputs
|
|
||||||
;
|
|
||||||
inherit (inputs) nixops4;
|
|
||||||
in
|
|
||||||
(load-flake nixops4).packages.${pkgs.system}.default;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
deployment = {
|
deployment = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue