浏览代码

Add default.nix file updates

I didn't check that I added every change, oops.
master
Mitchell Tishmack 5 年前
父节点
当前提交
a076aca87b
共有 1 个文件被更改,包括 2 次插入15 次删除
  1. +2
    -15
      default.nix

+ 2
- 15
default.nix 查看文件

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

正在加载...
取消
保存