This commit is contained in:
parent
2e05fc2393
commit
d07be261c7
3
ansible/.envrc
Normal file
3
ansible/.envrc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
use nix
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
export SUMMON_PROVIDER=$PWD/../summon-wrapper
|
15
ansible/shell.nix
Normal file
15
ansible/shell.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
|
||||||
|
let
|
||||||
|
overrides = (builtins.fromTOML (builtins.readFile ./rust-toolchain.toml));
|
||||||
|
libPath = with pkgs; lib.makeLibraryPath [];
|
||||||
|
in
|
||||||
|
pkgs.mkShell {
|
||||||
|
packages = with pkgs; [
|
||||||
|
opentofu
|
||||||
|
summon
|
||||||
|
ansible
|
||||||
|
passage
|
||||||
|
# cargo
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user