diff options
author | seth <getchoo@tuta.io> | 2023-05-27 19:25:49 -0400 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2023-05-27 19:25:49 -0400 |
commit | a52574b02670229e4731507b11230a47535c223e (patch) | |
tree | d2bcea08cf8a18dce886e8eb24b45962f4429286 /nix | |
parent | 5d14724e66a1911b04dd5091e520751fd7f5ee90 (diff) | |
download | PrismLauncher-a52574b02670229e4731507b11230a47535c223e.tar.gz PrismLauncher-a52574b02670229e4731507b11230a47535c223e.tar.bz2 PrismLauncher-a52574b02670229e4731507b11230a47535c223e.zip |
chore(nix): add nil
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to 'nix')
-rw-r--r-- | nix/dev.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/dev.nix b/nix/dev.nix index 0fe68c4e..a4ff2cc4 100644 --- a/nix/dev.nix +++ b/nix/dev.nix @@ -16,6 +16,7 @@ alejandra.enable = true; deadnix.enable = true; + nil.enable = true; clang-format = { enable = @@ -33,6 +34,7 @@ alejandra deadnix clang-tools + nil ]; inputsFrom = [self.packages.${system}.default]; |