Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
mitchty
/
dotfiles
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
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
c623a6ce5e
commit
a076aca87b
Se han
modificado 1 ficheros
con
2 adiciones
y
15 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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 ]; }
Escribir
Vista previa
Cargando…
Cancelar
Guardar