From 8739ada74c9347269765cec9e273910a9b6484ea Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 7 Feb 2022 16:06:11 +0100 Subject: [PATCH 1/3] ci: don't be so verbose --- .github/workflows/cachix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index 7316634..74cf5c1 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -35,7 +35,7 @@ jobs: extraPullNames: "nix-community" - name: Build package - run: nix build --verbose -L .#"${{ matrix.name }}" + run: nix build -L .#"${{ matrix.name }}" build-configs: name: NixOS configs @@ -60,4 +60,4 @@ jobs: extraPullNames: "nix-community" - name: Build package - run: nix build --verbose -L .#nixosConfigurations."${{ matrix.name }}".config.system.build.toplevel + run: nix build -L .#nixosConfigurations."${{ matrix.name }}".config.system.build.toplevel From 66006be93169ba38ced0dd937c61a0c0ea920254 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 7 Feb 2022 17:11:01 +0100 Subject: [PATCH 2/3] home: tridactylrc: use tridactylrc-mode in emacs --- home/tridactylrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/tridactylrc b/home/tridactylrc index a6a60e6..b683fa2 100644 --- a/home/tridactylrc +++ b/home/tridactylrc @@ -1,3 +1,5 @@ +" -*- tridactylrc -*- + " This wipes all existing settings. This means that if a setting in this file is " removed, then it will return to default. In other words, this file serves as " as an enforced single point of truth for Tridactyl's configuration. From 81193b919bfdcd628b1cbb0e0788dddad0424923 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 7 Feb 2022 17:11:26 +0100 Subject: [PATCH 3/3] poseidon: include personal modules in config --- poseidon.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/poseidon.nix b/poseidon.nix index 2093e68..6e02ba3 100644 --- a/poseidon.nix +++ b/poseidon.nix @@ -5,6 +5,9 @@ # Default configuration ./base + # Module definitions + ./modules + # Service definitions ./services