Przeglądaj źródła

Add default.nix file updates

I didn't check that I added every change, oops.
master
Mitchell Tishmack 5 lat temu
rodzic
commit
a076aca87b
1 zmienionych plików z 2 dodań i 15 usunięć
  1. +2
    -15
      default.nix

+ 2
- 15
default.nix Wyświetl plik

@@ -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 ]; }

Ładowanie…
Anuluj
Zapisz