Skip to content

Commit

Permalink
Merge pull request #3 from rgoulter/update-nix-flake
Browse files Browse the repository at this point in the history
Update nix flake
  • Loading branch information
semickolon authored Jul 6, 2024
2 parents 27df23f + c75817f commit 162adf3
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
};
in
with pkgs; [
zig
zig_0_11
zls
nickel
nls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let { imports, step, event, codes, report, toKeyMap, .. } = import "base.ncl" in
let { imports, step, codes, report, toKeyMap, .. } = import "base.ncl" in
let { lit, switch, case, key-press, kc, is-key-pressed, not, or, and, .. } = imports.lib in

let md = codes.mod in
Expand Down
2 changes: 1 addition & 1 deletion src/platforms/testing/tests/conditionals/is_pressed.ncl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let { imports, step, event, codes, report, toKeyMap, .. } = import "base.ncl" in
let { imports, step, codes, report, toKeyMap, .. } = import "base.ncl" in
let { lit, switch, case, key-press, kc, is-pressed, mod, .. } = imports.lib in

let md = codes.mod in
Expand Down
2 changes: 1 addition & 1 deletion src/platforms/testing/tests/conditionals/layers.ncl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let { imports, step, event, codes, report, toKeyMap, .. } = import "base.ncl" in
let { imports, step, codes, report, toKeyMap, .. } = import "base.ncl" in
let { lit, switch, case, key-press, kc, is-key-code-pressed, and, .. } = imports.lib in

let md = codes.mod in
Expand Down
2 changes: 1 addition & 1 deletion src/platforms/testing/tests/conditionals/mod_morph.ncl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let { imports, step, event, codes, report, toKeyMap, .. } = import "base.ncl" in
let { imports, step, codes, report, toKeyMap, .. } = import "base.ncl" in
let { lit, switch, case, key-press, kc, is-key-code-pressed, or, mod, mod-weak, mod-weak-anti, .. } = imports.lib in

let md = codes.mod in
Expand Down
2 changes: 1 addition & 1 deletion src/platforms/testing/tests/key_press/anti_mods.ncl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let { imports, step, event, codes, report, toKeyMap, .. } = import "base.ncl" in
let { imports, step, codes, report, toKeyMap, .. } = import "base.ncl" in
let { lit, key-press, kc, mod, mod-anti, mod-weak-anti, .. } = imports.lib in

let md = codes.mod in
Expand Down
2 changes: 1 addition & 1 deletion src/platforms/testing/tests/key_press/mods.ncl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let { imports, step, event, codes, report, .. } = import "base.ncl" in
let { imports, step, codes, report, .. } = import "base.ncl" in
let { lit, key-press, kc, mod, .. } = imports.lib in

let md = codes.mod in
Expand Down
2 changes: 1 addition & 1 deletion src/platforms/testing/tests/key_press/weak_mods.ncl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let { imports, step, event, codes, report, toKeyMap, .. } = import "base.ncl" in
let { imports, step, codes, report, toKeyMap, .. } = import "base.ncl" in
let { lit, key-press, kc, mod, mod-weak, .. } = imports.lib in

let md = codes.mod in
Expand Down
2 changes: 1 addition & 1 deletion src/platforms/testing/tests/key_toggle/simple.ncl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let { imports, step, event, codes, report, toKeyMap, .. } = import "base.ncl" in
let { imports, step, codes, report, toKeyMap, .. } = import "base.ncl" in
let { lit, key-press, key-toggle, kc, mod, mod-anti, mod-weak-anti, .. } = imports.lib in

let md = codes.mod in
Expand Down

0 comments on commit 162adf3

Please sign in to comment.