Skip to content

Commit

Permalink
90% migration to flake-parts
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmanishere committed Apr 25, 2024
1 parent ea9f733 commit 9120803
Show file tree
Hide file tree
Showing 150 changed files with 934 additions and 6,887 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/system.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Build Hosts'
on:
push:

jobs:
asuna:
runs-on: ubuntu-latest
environment: systemconfig
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@v14
with:
name: nix-conf
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#nixosConfigurations.asuna.config.system.build.toplevel
- run: nix-shell --run "echo OK"
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"nix.formatterPath": "alejandra"
}
222 changes: 0 additions & 222 deletions archives/flake.nix

This file was deleted.

45 changes: 0 additions & 45 deletions archives/home-manager/anyrun/config.ron

This file was deleted.

90 changes: 0 additions & 90 deletions archives/home-manager/doom-emacs/config.el

This file was deleted.

Loading

0 comments on commit 9120803

Please sign in to comment.