Skip to content

Commit

Permalink
Make it can be developed in *nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 1, 2024
1 parent bafa090 commit c82e085
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ tasks:
- dprint check
- typos . .github .vscode
- nixpkgs-fmt --check ./*.nix
repl:
cmds:
- pwsh -NoExit -File repl.ps1
deps:
cmds:
- nix --version
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
gnugrep

powershell
fzf
];
};
}
Expand Down
2 changes: 2 additions & 0 deletions repl.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
. .\fzf-history.ps1
. .\keybindings.ps1

0 comments on commit c82e085

Please sign in to comment.