diff options
| author | Baitinq <[email protected]> | 2022-06-17 20:56:30 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-17 20:56:30 +0200 |
| commit | c5ac39040a8309a0abe966b87011d6b1e8553447 (patch) | |
| tree | b73d696e9b99f6c508c84435e98cd47a72527419 /shells | |
| parent | Initial commit (diff) | |
| download | nixos-config-c5ac39040a8309a0abe966b87011d6b1e8553447.tar.gz nixos-config-c5ac39040a8309a0abe966b87011d6b1e8553447.tar.bz2 nixos-config-c5ac39040a8309a0abe966b87011d6b1e8553447.zip | |
Refractor and move neovim to be a system pkg
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/lua.nix | 2 | ||||
| -rw-r--r-- | shells/zig.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/lua.nix b/shells/lua.nix index ea68530..215ed7e 100644 --- a/shells/lua.nix +++ b/shells/lua.nix @@ -4,4 +4,4 @@ pkgs.mkShell { buildInputs = with pkgs; [ lua ]; -} \ No newline at end of file +} diff --git a/shells/zig.nix b/shells/zig.nix index 2f0f6a7..85b626c 100644 --- a/shells/zig.nix +++ b/shells/zig.nix @@ -4,4 +4,4 @@ pkgs.mkShell { buildInputs = with pkgs; [ zig ]; -} \ No newline at end of file +} |