mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-15 08:55:11 +01:00
uh
This commit is contained in:
commit
bac720c512
11 changed files with 2115 additions and 0 deletions
8
init-nix
Normal file
8
init-nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "use nix" > .envrc
|
||||
cat > shell.nix <<EOF
|
||||
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
||||
packages = [];
|
||||
}
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue