diff options
| author | seth <[email protected]> | 2023-11-03 10:39:28 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-03 10:39:28 -0400 |
| commit | 80b4001e13965c6a4a5b35b85a35b4e0ff8557ec (patch) | |
| tree | 75aa01594d145a4fcf6ec89db807ee57f044d517 /flake.nix | |
| parent | 1e4f8afeda99b1028ecd476f48bef5300d8ced26 (diff) | |
improve justfile syntax highlighting
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; }; + getchoo = { + url = "github:getchoo/nix-exprs"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + pre-commit = { url = "github:cachix/pre-commit-hooks.nix"; inputs = { |
