Skip to content

Commit

Permalink
Use mkShellNoCC
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Feb 8, 2022
1 parent 4acb3cd commit 5ade34e
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 5ade34e

Please sign in to comment.