Skip to content

Commit

Permalink
Add devShell to nix flake and cleanup dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ymherklotz committed Jul 26, 2024
1 parent 346ffda commit 866707b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
verismith = pkgs.haskellPackages.callCabal2nix "verismith" (./.) {};
};
defaultPackage = self.packages.${system}.verismith;
devShells.default = self.packages.${system}.verismith.env;
}
);
}
1 change: 0 additions & 1 deletion test/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import Verismith.Utils (showT)
import Verismith.Verilog.Lex
import Verismith.Verilog.Parser
import Verismith.Verilog.Preprocess (uncomment)
import Verismith.Utils

smallConfig :: Config
smallConfig = defaultConfig & configProperty . propSize .~ 5
Expand Down

0 comments on commit 866707b

Please sign in to comment.