chore: remove nix files

This commit is contained in:
Linus Sehn 2023-08-23 15:07:26 +02:00
parent b9caa8bd53
commit c93a9026a7

View File

@ -1,10 +0,0 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs = [
# Is this program even allowed in Nix?
ansible
];
}