From 6479ec330b7b6dfa0b7254b22fd68a580a4ecd4f Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 26 Oct 2021 18:56:13 +0200 Subject: [PATCH] update --- nixos/flake.lock | 24 +++++++++---------- .../modules/services/taskwarrior-pushover.nix | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index c055ada..715da42 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -236,11 +236,11 @@ ] }, "locked": { - "lastModified": 1631573611, - "narHash": "sha256-u2E/wstadWNcn6vOIoK1xY86QPOzzBZQfT1FbePfdaI=", + "lastModified": 1634544068, + "narHash": "sha256-RlRQBaAHfdWqfRyHdWuDPMkplBTYwuyDQqDcNbP/Sog=", "owner": "nix-community", "repo": "home-manager", - "rev": "7d9ba15214004c979d2c8733f8be12ce6502cf8a", + "rev": "ff2bed9dac84fb202bbb3c49fdcfe30c29d0b12f", "type": "github" }, "original": { @@ -305,11 +305,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1632639184, - "narHash": "sha256-fRLxre+gPxIkjFVj17O68pyAWU1cxT20XFOiulIWzRw=", + "lastModified": 1635070614, + "narHash": "sha256-eRup9WsvSIhsRrSlNugPcQ7gfGOsbk3d4izufwVlz1Q=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fd8a7fd07da0f3fc0e27575891f45c2f88e5dd44", + "rev": "3b1789322fcbcb5cf51228d732752714f1bf77da", "type": "github" }, "original": { @@ -321,11 +321,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1632660378, - "narHash": "sha256-sjA8eQlnyDjDLyAyq3XlJmN0nqW0ftl/pb7VnMg86L0=", + "lastModified": 1634782485, + "narHash": "sha256-psfh4OQSokGXG0lpq3zKFbhOo3QfoeudRcaUnwMRkQo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "31ffc50c571e6683e9ecc9dbcbd4a8e9914b4497", + "rev": "34ad3ffe08adfca17fcb4e4a47bb5f3b113687be", "type": "github" }, "original": { @@ -531,11 +531,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1632896262, - "narHash": "sha256-eglwV73HOaeCWOSyUSw2/OHISefMevk1814jENZymNw=", + "lastModified": 1633273832, + "narHash": "sha256-oOjpMVYpkIUpiML61PeqTk+sg4juRvF7P6jroI/YvTw=", "owner": "Mic92", "repo": "sops-nix", - "rev": "ae84c313c5250a832d61dae9e1e659b27542c47b", + "rev": "2e86e1698d53e5bd71d9de5f8b7e8f2f5458633c", "type": "github" }, "original": { diff --git a/nixos/modules/services/taskwarrior-pushover.nix b/nixos/modules/services/taskwarrior-pushover.nix index 70338ea..a60683c 100644 --- a/nixos/modules/services/taskwarrior-pushover.nix +++ b/nixos/modules/services/taskwarrior-pushover.nix @@ -68,7 +68,7 @@ in '' if [ -d /var/lib/${name}/${cfg.dataDir} ] then - echo "syncronize ${cfg.dataDir}" + echo "synchronize {cfg.dataDir}" ${taskwarriorCommand} sync else echo "initialize ${cfg.dataDir}"