nixcfg-azure-devenv: avoid top-level with in shell.nix
This commit is contained in:
committed by
Valentin Gagarin
parent
2b67819d55
commit
4c7b49613a
@@ -1,8 +1,11 @@
|
||||
with (import ../../../../default.nix {});
|
||||
stdenv.mkDerivation {
|
||||
{
|
||||
pkgs ? import ../../../../default.nix { },
|
||||
}:
|
||||
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "nixcfg-azure-devenv";
|
||||
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs = with pkgs; [
|
||||
azure-cli
|
||||
bash
|
||||
cacert
|
||||
|
||||
Reference in New Issue
Block a user