Compare commits
No commits in common. "81193b919bfdcd628b1cbb0e0788dddad0424923" and "d82c403da50ff6287acf7c96022fad962515aae0" have entirely different histories.
81193b919b
...
d82c403da5
4
.github/workflows/cachix.yaml
vendored
4
.github/workflows/cachix.yaml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
extraPullNames: "nix-community"
|
||||
|
||||
- name: Build package
|
||||
run: nix build -L .#"${{ matrix.name }}"
|
||||
run: nix build --verbose -L .#"${{ matrix.name }}"
|
||||
|
||||
build-configs:
|
||||
name: NixOS configs
|
||||
|
@ -60,4 +60,4 @@ jobs:
|
|||
extraPullNames: "nix-community"
|
||||
|
||||
- name: Build package
|
||||
run: nix build -L .#nixosConfigurations."${{ matrix.name }}".config.system.build.toplevel
|
||||
run: nix build --verbose -L .#nixosConfigurations."${{ matrix.name }}".config.system.build.toplevel
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
" -*- 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.
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
# Default configuration
|
||||
./base
|
||||
|
||||
# Module definitions
|
||||
./modules
|
||||
|
||||
# Service definitions
|
||||
./services
|
||||
|
||||
|
|
Loading…
Reference in a new issue