about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-17T09·44+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-20T10·26+0100
commit42efb3b08a489938f6aea96adb3bc928b6317773 (patch)
treea12a6bcb1d854559130b39fb2bd0d4372348e58e /nixos
parent1bb32b1bcc6cc6f258d745bd51cf919c1ca4700e (diff)
Support build-briefcase.sh
For now, I'm supporting two CI pipelines:
- build-socrates
- build-briefcase

Conceptually, build-briefcase should cover what build-socrates does now, but
eventually I would like build-socrates to call `switch-to-configuration` so that
all of my websites, etc. stay fresh.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/socrates/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/socrates/default.nix b/nixos/socrates/default.nix
index ebb62036bd8f..3891123850d5 100644
--- a/nixos/socrates/default.nix
+++ b/nixos/socrates/default.nix
@@ -118,7 +118,7 @@ in {
   # systemd.services.monzo-token-server = {
   #   enable = true;
   #   description = "Ensure my Monzo access token is valid";
-  #   script = "${briefcase.monzo_ynab.tokens}/bin/token-server";
+  #   script = "${briefcase.tools.monzo_ynab.tokens}/bin/token-server";
   #   # TODO(wpcarro): I'm unsure of the size of this security risk, but if a
   #   # non-root user runs `systemctl cat monzo-token-server`, they could read the
   #   # following, sensitive environment variables.