zsh: nixify: Use builtInputs

master
Simon Bruder 2020-10-10 22:01:16 +02:00
parent 5b00c73bf7
commit ea09686160
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ function nixify() {
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
buildInputs = with pkgs; [
];
}
EOF