mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔧 update coreelec playbook
This commit is contained in:
7
ansible/shell.nix
Normal file
7
ansible/shell.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs ? import <nixpkgs> {}}:
|
||||
with pkgs;
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
ansible
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user