zsh: nixify: Use builtInputs
This commit is contained in:
parent
5b00c73bf7
commit
ea09686160
|
@ -103,7 +103,7 @@ function nixify() {
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
Reference in a new issue