Explorar el Código

Add default.nix file updates

I didn't check that I added every change, oops.
master
Mitchell Tishmack hace 5 años
padre
commit
a076aca87b
Se han modificado 1 ficheros con 2 adiciones y 15 borrados
  1. +2
    -15
      default.nix

+ 2
- 15
default.nix Ver fichero

@@ -1,15 +1,2 @@
with import <nixpkgs> { };
let
t = terraform.withPlugins (p: [
p.libvirt
p.local
p.null
p.random
p.shell
p.template
p.tls
]);
in
mkShell {
buildInputs = [ gnumake ];
}
with import <nixpkgs> {};
mkShell { buildInputs = [ gnumake ]; }

Cargando…
Cancelar
Guardar