Skip to content

Commit

Permalink
Major update to Nix Flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Dec 18, 2023
1 parent ee7b143 commit 646b549
Show file tree
Hide file tree
Showing 39 changed files with 572,643 additions and 96,633 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v14
- uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10
with:
name: shajra
Expand Down
2 changes: 2 additions & 0 deletions config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
default.ergodoxez.keymaps = keymaps/ergodox_ez;
default.model01.keymap = "shajra";
default.model01.keymaps = keymaps/model_01;
default.model100.keymap = "shajra";
default.model100.keymaps = keymaps/model_100;
default.moonlander.keymap = "shajra";
default.moonlander.keymaps = keymaps/moonlander;
}
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(import ./nix {}).distribution
(import nix/compat.nix).defaultNix
Loading

0 comments on commit 646b549

Please sign in to comment.