Skip to content

Commit

Permalink
use mkShell instead of mkDerivation
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 25, 2021
1 parent 0817e91 commit 3e389b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell.nix
Expand Up @@ -6,8 +6,7 @@ let

niv = import sources.niv { };
in with nixpkgs;
stdenv.mkDerivation {
name = "elo-anything";
mkShell {
buildInputs = [
niv.niv
git
Expand Down

0 comments on commit 3e389b5

Please sign in to comment.