Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
use flake
export FLAKE=$PWD
# use flake


2 changes: 1 addition & 1 deletion .github/workflows/flake-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.PAT }}
run:
nix develop . -c gh-flake-update
nix run .#gh-flake-update
2 changes: 1 addition & 1 deletion .github/workflows/nix-fmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
name: vix
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix build .#checks.x86_64-linux.formatted
- run: nix fmt -- --ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ nix develop .#nixos -c vic-sops-rotate

## Hosts

Defined at [`/hosts`]([tree/main/hosts](https://github.com/vic/vix/tree/main/hosts) directory.
Defined at [`/modules/flake/osConfigurations.nix`](https://github.com/vic/vix/tree/main/modules/flake/osConfigurations.nix).

[![Workflow](https://github.com/vic/vix/actions/workflows/build-systems.yaml/badge.svg)](https://github.com/vic/vix/actions/workflows/build-systems.yaml)

Expand Down
1 change: 0 additions & 1 deletion checks/formatted.nix

This file was deleted.

1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules)
1 change: 0 additions & 1 deletion devshell.toml

This file was deleted.

2 changes: 0 additions & 2 deletions devshells/lean4.toml

This file was deleted.

46 changes: 0 additions & 46 deletions devshells/nixos.toml

This file was deleted.

46 changes: 0 additions & 46 deletions devshells/nixos/gh-flake-update.nix

This file was deleted.

12 changes: 0 additions & 12 deletions devshells/nixos/leader.nix

This file was deleted.

20 changes: 0 additions & 20 deletions devshells/scala3.nix

This file was deleted.

46 changes: 0 additions & 46 deletions devshells/upterm.nix

This file was deleted.

20 changes: 0 additions & 20 deletions devshells/upterm/gh-action.bash

This file was deleted.

Empty file removed devshells/zig.toml
Empty file.
Loading