Skip to content

Commit

Permalink
chore(clean)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreinert committed Sep 15, 2023
1 parent 2a91a8f commit 1f09cab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
flake-parts.lib.mkFlake { inherit inputs; } {
systems = [ "aarch64-darwin" "x86_64-linux" ];
perSystem = { config, self', inputs', pkgs, system, ... }: {
devShells = {
default = pkgs.mkShell { };
};

packages = {
thealtf4stream-nvim = pkgs.vimUtils.buildVimPlugin {
name = "TheAltF4Stream";
Expand Down

0 comments on commit 1f09cab

Please sign in to comment.