1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: update krops and ease toum deployment

This commit is contained in:
2021-03-30 23:18:56 +02:00
parent 5eba5b84f1
commit 5eaee95ba1
3 changed files with 9 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
{
"url": "https://cgit.krebsco.de/krops",
"rev": "55aa2c77ce8183f3d2b24f54efa33ab6a42e1e02",
"date": "2020-04-19T01:06:20+02:00",
"path": "/nix/store/08wg2yrcgkr6iwipjd6g0fbwb7gacqax-krops",
"sha256": "00rvx9h596ync8wgic6xc9srzajzm28wlp9q7mv4z0jsb27l5bj8",
"rev": "cccebf3ff7a53336b3f106cb96dddd5892d427ed",
"date": "2021-03-23T22:47:37+01:00",
"path": "/nix/store/mz13xxnil35lwsf90hwnrm2agir7hb51-krops",
"sha256": "07mg3iaqjf1w49vmwfchi7b1w55bh7rvsbgicp2m47gnj9alwdb6",
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false

View File

@@ -18,7 +18,7 @@ let
system.file = toString path;
nixos-config.symlink = "system/configuration.nix";
nixpkgs.git = gitFromJson .versions/nixpkgs.json;
nixpkgs.git = gitFromJson .versions/nixpkgs.json // { shallow = true; };
home-manager.git = gitFromJson .versions/home-manager.json;
stockholm.git = gitFromJson .versions/stockholm.json;
retiolum.git = gitFromJson .versions/retiolum.json;
@@ -49,7 +49,9 @@ in {
path = systems/toum;
name = "toum";
address = "toum.r";
});
}) // {
buildTarget = "${builtins.getEnv "USER"}@localhost/${builtins.getEnv "HOME"}/.cache/krops";
};
makanek = writeDeploy "deploy-makanek" (regularSystem {
path = systems/makanek;
name = "makanek";

View File

@@ -16,7 +16,7 @@ let
path = toString .versions/home-manager.json;
};
krops = {
ref = "refs/tags/v1.21.0";
ref = "refs/tags/v1.25.0";
url = "https://cgit.krebsco.de/krops";
path = toString .versions/krops.json;
};