diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..aa593c4 --- /dev/null +++ b/flake.nix @@ -0,0 +1,4 @@ +{ + description = "wrapper-manager-fds flake"; + outputs = { ... }: import ./. { }; +}