Skip to content

Commit

Permalink
Merge pull request #78 from SuperSandro2000/shell
Browse files Browse the repository at this point in the history
Use mkShellNoCC
  • Loading branch information
Mic92 authored Jun 14, 2022
2 parents 438badb + 5ade34e commit d74ad3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ pkgs ? import <nixpkgs> { } }:

with pkgs;
pkgs.mkShell {

mkShellNoCC {
buildInputs = [
(import ./. { }).passthru.env
];
Expand Down

0 comments on commit d74ad3f

Please sign in to comment.